<div dir="ltr">Thank you so much for the reply... :)<div style>I am trying to build this on OpenSUSE-11.4.</div><div style><br></div><div style>And you said that I can get distro provided packages. I just want to ask whether installing those packages will work?<br>
Where can I get those packages? Can you please provide the link. I am scared of playing with the kernel as I am doing these things on a server that is why I am asking these things.</div><div style><br></div><div style>//</div>
<div style>Varun</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Jun 21, 2013 at 9:05 PM, Dario Faggioli <span dir="ltr"><<a href="mailto:raistlin@linux.it" target="_blank">raistlin@linux.it</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On dom, 2013-06-16 at 22:09 +0530, varun bhatnagar wrote:<br>
> Hi,<br>
<div class="im">><br>
Hi,<br>
<br>
> I am trying to install xen and provide libvrit support to it but while<br>
> installing at some point of time it tries to connect to GIT repository<br>
> and creates a clone but I am behind firewall and it is getting timed<br>
> out.... :(<br>
><br>
</div>Ok, so you're trying building Xen from the sources, right? On what<br>
distribution? Also, if I can ask, is there a reason why you need to<br>
build it instead of using the distro provided packages? (only asking<br>
because that's usually a lot easier :-) ).<br>
<div class="im"><br>
> I am pasting a screenshot below. Can anyone of you please help me out<br>
> with this one.<br>
><br>
</div>Can't see it. Actually, in general, I think cutting-&-pasting the<br>
textual output is going to be much better than a screenshot! :-P<br>
<br>
Anyway, yes, for now, Xen needs to fetch some external<br>
sources/repositories during the building process. We're working of<br>
improving this (i.e., getting rid of it), for instance, by making it<br>
possible to use what the user already have in his system (e.g., provided<br>
by the proper distro packages), but we're not there yet.<br>
<br>
What you can do, for now, it get the external code yourself, from<br>
somewhere outside the firewall that blocks your `git clone' and then<br>
copy them next to the Xen sources, in the local filesystem, and point<br>
the build process to them.<br>
<br>
For achieving the latter, you can create a file called ".config" in Xen<br>
source's root directory, where you define specific variables, pointing o<br>
the sources. So, for example for upstream and traditional QEMU, you want<br>
to clone the repository from some place where that is possible, copy<br>
them in /foo/bar/qemu-xen-traditional and /foo/bar/qemu-xen-upstream and<br>
write the following in the .config file:<br>
<br>
CONFIG_QEMU=/foo/bar/qemu-xen-traditiona<br>
QEMU_UPSTREAM_URL=/foo/bar/qemu-xen-upstream<br>
<br>
That would at least help, I think. :-)<br>
<br>
Allow me to add that, since this is still a ver Xen specific issue, you<br>
may be more lucky in finding help on some other mailing lists (and also<br>
avoid disturbing people in this very one :-D).<br>
<br>
For general questions about using Xen, see here:<br>
<a href="http://lists.xenproject.org/cgi-bin/mailman/listinfo/xen-users" target="_blank">http://lists.xenproject.org/cgi-bin/mailman/listinfo/xen-users</a><br>
<br>
If, by any chance, you're on Fedora, see here:<br>
<a href="https://lists.fedoraproject.org/mailman/listinfo/xen" target="_blank">https://lists.fedoraproject.org/mailman/listinfo/xen</a><br>
<br>
Regards,<br>
Dario<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
<<This happens because I choose it to happen!>> (Raistlin Majere)<br>
-----------------------------------------------------------------<br>
Dario Faggioli, Ph.D, <a href="http://about.me/dario.faggioli" target="_blank">http://about.me/dario.faggioli</a><br>
Senior Software Engineer, Citrix Systems R&D Ltd., Cambridge (UK)<br>
<br>
</font></span></blockquote></div><br></div>