Hi, I am facing the below error while compiling Xen 3.3.1 on an RHEL host. make[3]: Entering directory `/usr/src/xen-3.3.1'' set -e ; \ if [ ! -e linux-2.6.18-xen.hg/.hg ] ; then \ __repo=$(sh buildconfigs/select-repository linux-2.6.18-xen.hg .:..) ; \ if [ -d ${__repo} ] ; then \ echo "Linking ${__repo} to linux-2.6.18-xen.hg." ; \ ln -s ${__repo} linux-2.6.18-xen.hg ; \ else \ echo "Cloning ${__repo} to linux-2.6.18-xen.hg." ; \ hg clone ${__repo#file://} linux-2.6.18-xen.hg ; \ fi ; \ else \ __parent=$(hg -R linux-2.6.18-xen.hg path default) ; \ echo "Pulling changes from ${__parent} into linux-2.6.18-xen.hg." ; \ hg -R linux-2.6.18-xen.hg pull ${__parent} ; \ fi select-repository: Searching `.:..'' for linux-2.6.18-xen.hg select-repository: Ignoring `.'' Unable to determine path to Linux source tree. Falling back to linux-2.6.18-xen Mercurial repository. Cloning http://xenbits.xensource.com/linux-2.6.18-xen.hg to linux-2.6.18-xen.hg. abort: error: Connection timed out make[3]: *** [linux-2.6.18-xen.hg/.valid-src] Error 255 make[3]: Leaving directory `/usr/src/xen-3.3.1'' make[2]: *** [linux-2.6-xen-install] Error 2 make[2]: Leaving directory `/usr/src/xen-3.3.1'' make[1]: *** [install-kernels] Error 1 make[1]: Leaving directory `/usr/src/xen-3.3.1'' make: *** [world] Error 2 Please guide. Thank you Warm Regards Ananth _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On Tue, Aug 11, 2009 at 4:15 PM, CB, Anantha Padmanabhan<cbananth@hp.com> wrote:> Hi, > I am facing the below error while compiling Xen 3.3.1 on an RHEL host. > > make[3]: Entering directory `/usr/src/xen-3.3.1'' > set -e ; \ > if [ ! -e linux-2.6.18-xen.hg/.hg ] ; then \ > __repo=$(sh buildconfigs/select-repository linux-2.6.18-xen.hg > .:..) ; \ > if [ -d ${__repo} ] ; then \ > echo "Linking ${__repo} to linux-2.6.18-xen.hg." ; \ > ln -s ${__repo} linux-2.6.18-xen.hg ; \ > else \ > echo "Cloning ${__repo} to linux-2.6.18-xen.hg." ; \ > hg clone ${__repo#file://} linux-2.6.18-xen.hg ; \ > fi ; \ > else \ > __parent=$(hg -R linux-2.6.18-xen.hg path default) ; \ > echo "Pulling changes from ${__parent} into > linux-2.6.18-xen.hg." ; \ > hg -R linux-2.6.18-xen.hg pull ${__parent} ; \ > fi > select-repository: Searching `.:..'' for linux-2.6.18-xen.hg > select-repository: Ignoring `.'' > Unable to determine path to Linux source tree. > Falling back to linux-2.6.18-xen Mercurial repository. > Cloning http://xenbits.xensource.com/linux-2.6.18-xen.hg to > linux-2.6.18-xen.hg. > abort: error: Connection timed out > make[3]: *** [linux-2.6.18-xen.hg/.valid-src] Error 255 > make[3]: Leaving directory `/usr/src/xen-3.3.1'' > make[2]: *** [linux-2.6-xen-install] Error 2 > make[2]: Leaving directory `/usr/src/xen-3.3.1'' > make[1]: *** [install-kernels] Error 1 > make[1]: Leaving directory `/usr/src/xen-3.3.1'' > make: *** [world] Error 2perform following step manually at one ditectory up from Xen source code. hg clone http://xenbits.xensource.com/linux-2.6.18-xen.hg If same problem then, mostly i think machine is behind proxy server if yes export proxy server address first.> > Please guide. > > Thank you > > Warm Regards > Ananth > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Hi, I have set the proxy for the system. Infact I am able to access internet from the system. I have made the necessary network connection settings in mozilla firefox. Still I find the below error. select-repository: Searching `.:..'' for linux-2.6.18-xen.hg select-repository: Ignoring `.'' Unable to determine path to Linux source tree. Falling back to linux-2.6.18-xen Mercurial repository. Cloning http://xenbits.xensource.com/linux-2.6.18-xen.hg to linux-2.6.18-xen.hg. abort: error: Connection timed out make[2]: *** [linux-2.6.18-xen.hg/.valid-src] Error 255 make[2]: Leaving directory `/usr/src/xen-3.3.1'' make[1]: *** [linux-2.6-xen-install] Error 2 make[1]: Leaving directory `/usr/src/xen-3.3.1'' make: *** [install-kernels] Error 1 Regards Ananth -----Original Message----- From: Tej [mailto:bewith.tej@gmail.com] Sent: Tuesday, August 11, 2009 4:58 PM To: CB, Anantha Padmanabhan Cc: xen-users@lists.xensource.com; cbananth@gmail.com; Subba Rao, Sandeep M (STSD) Subject: Re: [Xen-users] Error while compiling Xen On Tue, Aug 11, 2009 at 4:15 PM, CB, Anantha Padmanabhan<cbananth@hp.com> wrote:> Hi, > I am facing the below error while compiling Xen 3.3.1 on an RHEL host. > > make[3]: Entering directory `/usr/src/xen-3.3.1'' > set -e ; \ > if [ ! -e linux-2.6.18-xen.hg/.hg ] ; then \ > __repo=$(sh buildconfigs/select-repository linux-2.6.18-xen.hg > .:..) ; \ > if [ -d ${__repo} ] ; then \ > echo "Linking ${__repo} to linux-2.6.18-xen.hg." ; \ > ln -s ${__repo} linux-2.6.18-xen.hg ; \ > else \ > echo "Cloning ${__repo} to linux-2.6.18-xen.hg." ; \ > hg clone ${__repo#file://} linux-2.6.18-xen.hg ; \ > fi ; \ > else \ > __parent=$(hg -R linux-2.6.18-xen.hg path default) ; \ > echo "Pulling changes from ${__parent} into > linux-2.6.18-xen.hg." ; \ > hg -R linux-2.6.18-xen.hg pull ${__parent} ; \ > fi > select-repository: Searching `.:..'' for linux-2.6.18-xen.hg > select-repository: Ignoring `.'' > Unable to determine path to Linux source tree. > Falling back to linux-2.6.18-xen Mercurial repository. > Cloning http://xenbits.xensource.com/linux-2.6.18-xen.hg to > linux-2.6.18-xen.hg. > abort: error: Connection timed out > make[3]: *** [linux-2.6.18-xen.hg/.valid-src] Error 255 > make[3]: Leaving directory `/usr/src/xen-3.3.1'' > make[2]: *** [linux-2.6-xen-install] Error 2 > make[2]: Leaving directory `/usr/src/xen-3.3.1'' > make[1]: *** [install-kernels] Error 1 > make[1]: Leaving directory `/usr/src/xen-3.3.1'' > make: *** [world] Error 2perform following step manually at one ditectory up from Xen source code. hg clone http://xenbits.xensource.com/linux-2.6.18-xen.hg If same problem then, mostly i think machine is behind proxy server if yes export proxy server address first.> > Please guide. > > Thank you > > Warm Regards > Ananth > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On Tue, Aug 11, 2009 at 5:07 PM, CB, Anantha Padmanabhan<cbananth@hp.com> wrote:> Hi, > I have set the proxy for the system. Infact I am able to access internet from the system. > I have made the necessary network connection settings in mozilla firefox.Firefox and Terminal does have different proxy setting. Run following on a terminal and see what happens. hg clone http://xenbits.xensource.com/linux-2.6.18-xen.hg> Still I find the below error. > > select-repository: Searching `.:..'' for linux-2.6.18-xen.hg > select-repository: Ignoring `.'' > Unable to determine path to Linux source tree. > Falling back to linux-2.6.18-xen Mercurial repository. > Cloning http://xenbits.xensource.com/linux-2.6.18-xen.hg to linux-2.6.18-xen.hg. > abort: error: Connection timed out > make[2]: *** [linux-2.6.18-xen.hg/.valid-src] Error 255 > make[2]: Leaving directory `/usr/src/xen-3.3.1'' > make[1]: *** [linux-2.6-xen-install] Error 2 > make[1]: Leaving directory `/usr/src/xen-3.3.1'' > make: *** [install-kernels] Error 1 > > Regards > Ananth > > -----Original Message----- > From: Tej [mailto:bewith.tej@gmail.com] > Sent: Tuesday, August 11, 2009 4:58 PM > To: CB, Anantha Padmanabhan > Cc: xen-users@lists.xensource.com; cbananth@gmail.com; Subba Rao, Sandeep M (STSD) > Subject: Re: [Xen-users] Error while compiling Xen > > On Tue, Aug 11, 2009 at 4:15 PM, CB, Anantha Padmanabhan<cbananth@hp.com> wrote: >> Hi, >> I am facing the below error while compiling Xen 3.3.1 on an RHEL host. >> >> make[3]: Entering directory `/usr/src/xen-3.3.1'' >> set -e ; \ >> if [ ! -e linux-2.6.18-xen.hg/.hg ] ; then \ >> __repo=$(sh buildconfigs/select-repository linux-2.6.18-xen.hg >> .:..) ; \ >> if [ -d ${__repo} ] ; then \ >> echo "Linking ${__repo} to linux-2.6.18-xen.hg." ; \ >> ln -s ${__repo} linux-2.6.18-xen.hg ; \ >> else \ >> echo "Cloning ${__repo} to linux-2.6.18-xen.hg." ; \ >> hg clone ${__repo#file://} linux-2.6.18-xen.hg ; \ >> fi ; \ >> else \ >> __parent=$(hg -R linux-2.6.18-xen.hg path default) ; \ >> echo "Pulling changes from ${__parent} into >> linux-2.6.18-xen.hg." ; \ >> hg -R linux-2.6.18-xen.hg pull ${__parent} ; \ >> fi >> select-repository: Searching `.:..'' for linux-2.6.18-xen.hg >> select-repository: Ignoring `.'' >> Unable to determine path to Linux source tree. >> Falling back to linux-2.6.18-xen Mercurial repository. >> Cloning http://xenbits.xensource.com/linux-2.6.18-xen.hg to >> linux-2.6.18-xen.hg. >> abort: error: Connection timed out >> make[3]: *** [linux-2.6.18-xen.hg/.valid-src] Error 255 >> make[3]: Leaving directory `/usr/src/xen-3.3.1'' >> make[2]: *** [linux-2.6-xen-install] Error 2 >> make[2]: Leaving directory `/usr/src/xen-3.3.1'' >> make[1]: *** [install-kernels] Error 1 >> make[1]: Leaving directory `/usr/src/xen-3.3.1'' >> make: *** [world] Error 2 > > perform following step manually at one ditectory up from Xen source code. > hg clone http://xenbits.xensource.com/linux-2.6.18-xen.hg > > If same problem then, > mostly i think machine is behind proxy server if yes export proxy > server address first. > >> >> Please guide. >> >> Thank you >> >> Warm Regards >> Ananth >> >> _______________________________________________ >> Xen-users mailing list >> Xen-users@lists.xensource.com >> http://lists.xensource.com/xen-users >> >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Hi I tried the below command [root@Rhel52-Xen src]# hg clone http://xenbits.xensource.com/linux-2.6.18-xen.hg abort: error: Connection timed out Still the same error persists. Should I change proxy settings for mercurial? From what I know hgrc file can be used to change mercurial settings. But I am not able to locate hgrc file on my system at all. Is there any workaround? Thanks & Regards Ananth -----Original Message----- From: Tej [mailto:bewith.tej@gmail.com] Sent: Tuesday, August 11, 2009 5:13 PM To: CB, Anantha Padmanabhan Cc: xen-users@lists.xensource.com; cbananth@gmail.com; Subba Rao, Sandeep M (STSD) Subject: Re: [Xen-users] Error while compiling Xen On Tue, Aug 11, 2009 at 5:07 PM, CB, Anantha Padmanabhan<cbananth@hp.com> wrote:> Hi, > I have set the proxy for the system. Infact I am able to access internet from the system. > I have made the necessary network connection settings in mozilla firefox.Firefox and Terminal does have different proxy setting. Run following on a terminal and see what happens. hg clone http://xenbits.xensource.com/linux-2.6.18-xen.hg> Still I find the below error. > > select-repository: Searching `.:..'' for linux-2.6.18-xen.hg > select-repository: Ignoring `.'' > Unable to determine path to Linux source tree. > Falling back to linux-2.6.18-xen Mercurial repository. > Cloning http://xenbits.xensource.com/linux-2.6.18-xen.hg to linux-2.6.18-xen.hg. > abort: error: Connection timed out > make[2]: *** [linux-2.6.18-xen.hg/.valid-src] Error 255 > make[2]: Leaving directory `/usr/src/xen-3.3.1'' > make[1]: *** [linux-2.6-xen-install] Error 2 > make[1]: Leaving directory `/usr/src/xen-3.3.1'' > make: *** [install-kernels] Error 1 > > Regards > Ananth > > -----Original Message----- > From: Tej [mailto:bewith.tej@gmail.com] > Sent: Tuesday, August 11, 2009 4:58 PM > To: CB, Anantha Padmanabhan > Cc: xen-users@lists.xensource.com; cbananth@gmail.com; Subba Rao, Sandeep M (STSD) > Subject: Re: [Xen-users] Error while compiling Xen > > On Tue, Aug 11, 2009 at 4:15 PM, CB, Anantha Padmanabhan<cbananth@hp.com> wrote: >> Hi, >> I am facing the below error while compiling Xen 3.3.1 on an RHEL host. >> >> make[3]: Entering directory `/usr/src/xen-3.3.1'' >> set -e ; \ >> if [ ! -e linux-2.6.18-xen.hg/.hg ] ; then \ >> __repo=$(sh buildconfigs/select-repository linux-2.6.18-xen.hg >> .:..) ; \ >> if [ -d ${__repo} ] ; then \ >> echo "Linking ${__repo} to linux-2.6.18-xen.hg." ; \ >> ln -s ${__repo} linux-2.6.18-xen.hg ; \ >> else \ >> echo "Cloning ${__repo} to linux-2.6.18-xen.hg." ; \ >> hg clone ${__repo#file://} linux-2.6.18-xen.hg ; \ >> fi ; \ >> else \ >> __parent=$(hg -R linux-2.6.18-xen.hg path default) ; \ >> echo "Pulling changes from ${__parent} into >> linux-2.6.18-xen.hg." ; \ >> hg -R linux-2.6.18-xen.hg pull ${__parent} ; \ >> fi >> select-repository: Searching `.:..'' for linux-2.6.18-xen.hg >> select-repository: Ignoring `.'' >> Unable to determine path to Linux source tree. >> Falling back to linux-2.6.18-xen Mercurial repository. >> Cloning http://xenbits.xensource.com/linux-2.6.18-xen.hg to >> linux-2.6.18-xen.hg. >> abort: error: Connection timed out >> make[3]: *** [linux-2.6.18-xen.hg/.valid-src] Error 255 >> make[3]: Leaving directory `/usr/src/xen-3.3.1'' >> make[2]: *** [linux-2.6-xen-install] Error 2 >> make[2]: Leaving directory `/usr/src/xen-3.3.1'' >> make[1]: *** [install-kernels] Error 1 >> make[1]: Leaving directory `/usr/src/xen-3.3.1'' >> make: *** [world] Error 2 > > perform following step manually at one ditectory up from Xen source code. > hg clone http://xenbits.xensource.com/linux-2.6.18-xen.hg > > If same problem then, > mostly i think machine is behind proxy server if yes export proxy > server address first. > >> >> Please guide. >> >> Thank you >> >> Warm Regards >> Ananth >> >> _______________________________________________ >> Xen-users mailing list >> Xen-users@lists.xensource.com >> http://lists.xensource.com/xen-users >> >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 maybe something like that : export http_proxy="http://192.168.100.2:8080" CB, Anantha Padmanabhan a écrit :> Hi > I tried the below command > > [root@Rhel52-Xen src]# hg clone http://xenbits.xensource.com/linux-2.6.18-xen.hg > abort: error: Connection timed out > > Still the same error persists. > Should I change proxy settings for mercurial? From what I know hgrc file can be used to change mercurial settings. > But I am not able to locate hgrc file on my system at all. Is there any workaround? > > Thanks & Regards > Ananth > > > -----Original Message----- > From: Tej [mailto:bewith.tej@gmail.com] > Sent: Tuesday, August 11, 2009 5:13 PM > To: CB, Anantha Padmanabhan > Cc: xen-users@lists.xensource.com; cbananth@gmail.com; Subba Rao, Sandeep M (STSD) > Subject: Re: [Xen-users] Error while compiling Xen > > On Tue, Aug 11, 2009 at 5:07 PM, CB, Anantha Padmanabhan<cbananth@hp.com> wrote: >> Hi, >> I have set the proxy for the system. Infact I am able to access internet from the system. >> I have made the necessary network connection settings in mozilla firefox. > > Firefox and Terminal does have different proxy setting. > > Run following on a terminal and see what happens. > hg clone http://xenbits.xensource.com/linux-2.6.18-xen.hg > > > >> Still I find the below error. >> >> select-repository: Searching `.:..'' for linux-2.6.18-xen.hg >> select-repository: Ignoring `.'' >> Unable to determine path to Linux source tree. >> Falling back to linux-2.6.18-xen Mercurial repository. >> Cloning http://xenbits.xensource.com/linux-2.6.18-xen.hg to linux-2.6.18-xen.hg. >> abort: error: Connection timed out >> make[2]: *** [linux-2.6.18-xen.hg/.valid-src] Error 255 >> make[2]: Leaving directory `/usr/src/xen-3.3.1'' >> make[1]: *** [linux-2.6-xen-install] Error 2 >> make[1]: Leaving directory `/usr/src/xen-3.3.1'' >> make: *** [install-kernels] Error 1 >> >> Regards >> Ananth >> >> -----Original Message----- >> From: Tej [mailto:bewith.tej@gmail.com] >> Sent: Tuesday, August 11, 2009 4:58 PM >> To: CB, Anantha Padmanabhan >> Cc: xen-users@lists.xensource.com; cbananth@gmail.com; Subba Rao, Sandeep M (STSD) >> Subject: Re: [Xen-users] Error while compiling Xen >> >> On Tue, Aug 11, 2009 at 4:15 PM, CB, Anantha Padmanabhan<cbananth@hp.com> wrote: >>> Hi, >>> I am facing the below error while compiling Xen 3.3.1 on an RHEL host. >>> >>> make[3]: Entering directory `/usr/src/xen-3.3.1'' >>> set -e ; \ >>> if [ ! -e linux-2.6.18-xen.hg/.hg ] ; then \ >>> __repo=$(sh buildconfigs/select-repository linux-2.6.18-xen.hg >>> .:..) ; \ >>> if [ -d ${__repo} ] ; then \ >>> echo "Linking ${__repo} to linux-2.6.18-xen.hg." ; \ >>> ln -s ${__repo} linux-2.6.18-xen.hg ; \ >>> else \ >>> echo "Cloning ${__repo} to linux-2.6.18-xen.hg." ; \ >>> hg clone ${__repo#file://} linux-2.6.18-xen.hg ; \ >>> fi ; \ >>> else \ >>> __parent=$(hg -R linux-2.6.18-xen.hg path default) ; \ >>> echo "Pulling changes from ${__parent} into >>> linux-2.6.18-xen.hg." ; \ >>> hg -R linux-2.6.18-xen.hg pull ${__parent} ; \ >>> fi >>> select-repository: Searching `.:..'' for linux-2.6.18-xen.hg >>> select-repository: Ignoring `.'' >>> Unable to determine path to Linux source tree. >>> Falling back to linux-2.6.18-xen Mercurial repository. >>> Cloning http://xenbits.xensource.com/linux-2.6.18-xen.hg to >>> linux-2.6.18-xen.hg. >>> abort: error: Connection timed out >>> make[3]: *** [linux-2.6.18-xen.hg/.valid-src] Error 255 >>> make[3]: Leaving directory `/usr/src/xen-3.3.1'' >>> make[2]: *** [linux-2.6-xen-install] Error 2 >>> make[2]: Leaving directory `/usr/src/xen-3.3.1'' >>> make[1]: *** [install-kernels] Error 1 >>> make[1]: Leaving directory `/usr/src/xen-3.3.1'' >>> make: *** [world] Error 2 >> perform following step manually at one ditectory up from Xen source code. >> hg clone http://xenbits.xensource.com/linux-2.6.18-xen.hg >> >> If same problem then, >> mostly i think machine is behind proxy server if yes export proxy >> server address first. >> >>> Please guide. >>> >>> Thank you >>> >>> Warm Regards >>> Ananth >>> >>> _______________________________________________ >>> Xen-users mailing list >>> Xen-users@lists.xensource.com >>> http://lists.xensource.com/xen-users >>> > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users > > . >- -- Alexandre CABROL PERALES - -- Ingenieur Securite des Systemes d''Information Mob. : 06.98.82.03.06 Mail : alexandre.cabrol@artal.fr Key fingerprint = 1E6B B8DF 5001 A6A8 E057 9D31 7B3B EAB1 4AE4 8953 - -- ARTAL Technologies Rue Pierre-Gilles de Gennes Ens."La Rue", Bat. 9, BP 38138 31681 Labege cedex Tel. : 05.61.00.39.30 Fax : 05.61.00.20.43 -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkqBYyMACgkQezvqsUrkiVM3jgCghjbPub96Zz9zImi9zKJ3jQak +c4An0DvYDz7jFqMfe0MMGIhFBfrUJ/r =+vLd -----END PGP SIGNATURE----- _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On Tue, Aug 11, 2009 at 5:50 PM, CB, Anantha Padmanabhan<cbananth@hp.com> wrote:> Hi > I tried the below command > > [root@Rhel52-Xen src]# hg clone http://xenbits.xensource.com/linux-2.6.18-xen.hg > abort: error: Connection timed outI guess hg works with system wide proxy. Just open a terminal perform these two operation now (replace appropriate ip and port number) 1. export http_proxy=http://ip:port 2. hg clone http://xenbits.xensource.com/linux-2.6.18-xen.hg HTH> > Still the same error persists. > Should I change proxy settings for mercurial? From what I know hgrc file can be used to change mercurial settings. > But I am not able to locate hgrc file on my system at all. Is there any workaround? > > Thanks & Regards > Ananth > > > -----Original Message----- > From: Tej [mailto:bewith.tej@gmail.com] > Sent: Tuesday, August 11, 2009 5:13 PM > To: CB, Anantha Padmanabhan > Cc: xen-users@lists.xensource.com; cbananth@gmail.com; Subba Rao, Sandeep M (STSD) > Subject: Re: [Xen-users] Error while compiling Xen > > On Tue, Aug 11, 2009 at 5:07 PM, CB, Anantha Padmanabhan<cbananth@hp.com> wrote: >> Hi, >> I have set the proxy for the system. Infact I am able to access internet from the system. >> I have made the necessary network connection settings in mozilla firefox. > > Firefox and Terminal does have different proxy setting. > > Run following on a terminal and see what happens. > hg clone http://xenbits.xensource.com/linux-2.6.18-xen.hg > > > >> Still I find the below error. >> >> select-repository: Searching `.:..'' for linux-2.6.18-xen.hg >> select-repository: Ignoring `.'' >> Unable to determine path to Linux source tree. >> Falling back to linux-2.6.18-xen Mercurial repository. >> Cloning http://xenbits.xensource.com/linux-2.6.18-xen.hg to linux-2.6.18-xen.hg. >> abort: error: Connection timed out >> make[2]: *** [linux-2.6.18-xen.hg/.valid-src] Error 255 >> make[2]: Leaving directory `/usr/src/xen-3.3.1'' >> make[1]: *** [linux-2.6-xen-install] Error 2 >> make[1]: Leaving directory `/usr/src/xen-3.3.1'' >> make: *** [install-kernels] Error 1 >> >> Regards >> Ananth >> >> -----Original Message----- >> From: Tej [mailto:bewith.tej@gmail.com] >> Sent: Tuesday, August 11, 2009 4:58 PM >> To: CB, Anantha Padmanabhan >> Cc: xen-users@lists.xensource.com; cbananth@gmail.com; Subba Rao, Sandeep M (STSD) >> Subject: Re: [Xen-users] Error while compiling Xen >> >> On Tue, Aug 11, 2009 at 4:15 PM, CB, Anantha Padmanabhan<cbananth@hp.com> wrote: >>> Hi, >>> I am facing the below error while compiling Xen 3.3.1 on an RHEL host. >>> >>> make[3]: Entering directory `/usr/src/xen-3.3.1'' >>> set -e ; \ >>> if [ ! -e linux-2.6.18-xen.hg/.hg ] ; then \ >>> __repo=$(sh buildconfigs/select-repository linux-2.6.18-xen.hg >>> .:..) ; \ >>> if [ -d ${__repo} ] ; then \ >>> echo "Linking ${__repo} to linux-2.6.18-xen.hg." ; \ >>> ln -s ${__repo} linux-2.6.18-xen.hg ; \ >>> else \ >>> echo "Cloning ${__repo} to linux-2.6.18-xen.hg." ; \ >>> hg clone ${__repo#file://} linux-2.6.18-xen.hg ; \ >>> fi ; \ >>> else \ >>> __parent=$(hg -R linux-2.6.18-xen.hg path default) ; \ >>> echo "Pulling changes from ${__parent} into >>> linux-2.6.18-xen.hg." ; \ >>> hg -R linux-2.6.18-xen.hg pull ${__parent} ; \ >>> fi >>> select-repository: Searching `.:..'' for linux-2.6.18-xen.hg >>> select-repository: Ignoring `.'' >>> Unable to determine path to Linux source tree. >>> Falling back to linux-2.6.18-xen Mercurial repository. >>> Cloning http://xenbits.xensource.com/linux-2.6.18-xen.hg to >>> linux-2.6.18-xen.hg. >>> abort: error: Connection timed out >>> make[3]: *** [linux-2.6.18-xen.hg/.valid-src] Error 255 >>> make[3]: Leaving directory `/usr/src/xen-3.3.1'' >>> make[2]: *** [linux-2.6-xen-install] Error 2 >>> make[2]: Leaving directory `/usr/src/xen-3.3.1'' >>> make[1]: *** [install-kernels] Error 1 >>> make[1]: Leaving directory `/usr/src/xen-3.3.1'' >>> make: *** [world] Error 2 >> >> perform following step manually at one ditectory up from Xen source code. >> hg clone http://xenbits.xensource.com/linux-2.6.18-xen.hg >> >> If same problem then, >> mostly i think machine is behind proxy server if yes export proxy >> server address first. >> >>> >>> Please guide. >>> >>> Thank you >>> >>> Warm Regards >>> Ananth >>> >>> _______________________________________________ >>> Xen-users mailing list >>> Xen-users@lists.xensource.com >>> http://lists.xensource.com/xen-users >>> >> >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users