WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

Re: [Xen-users] Problem with this mailing list?

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Xen-users] Problem with this mailing list?
From: Michael Monnerie <michael.monnerie@xxxxxxxxxxxxxxxxxxx>
Date: Thu, 20 Nov 2008 14:59:42 +0100
Delivery-date: Thu, 20 Nov 2008 06:00:42 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <200811181606.22007@xxxxxx>
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Organization: it-management http://it-management.at
References: <200811181606.22007@xxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: KMail/1.10.1 (Linux/2.6.27.5-ZMI; KDE/4.1.3; x86_64; ; )
On Dienstag 18 November 2008 Michael Monnerie wrote:
> Anybody else got this problem?

And again a message that came with this body. Am I the only one to 
receive such mails with "headers in the body"? I do not use procmail, 
someone suggested that could be the problem.

0.00 HTML_MESSAGE           BODY: HTML included in message
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
X-BeenThere: xen-users@xxxxxxxxxxxxxxxxxxx
X-Mailman-Version: 2.1.5
Precedence: list
Reply-To: bderzhavets@xxxxxxxxx
List-Id: Xen user discussion <xen-users.lists.xensource.com>
List-Unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-
users>,
        <mailto:xen-users-
request@xxxxxxxxxxxxxxxxxxx?subject=unsubscribe>
List-Post: <mailto:xen-users@xxxxxxxxxxxxxxxxxxx>
List-Help: <mailto:xen-users-request@xxxxxxxxxxxxxxxxxxx?subject=help>
List-Subscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>,
        <mailto:xen-users-request@xxxxxxxxxxxxxxxxxxx?subject=subscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Errors-To: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Return-Path: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
MIME-Version: 1.0
Content-Type: multipart/mixed;
        boundary="===============0902364998=="

--===============0902364998==
Content-Type: multipart/alternative; 
boundary="0-1192098053-1227165783=:8844"

--0-1192098053-1227165783=:8844
Content-Type: text/plain; charset=us-ascii

Building Xen 3.3.1rc1-pre on CentOS 5.2 :-

# cd /usr/src/

# hg clone http://xenbits.xensource.com/xen-3.3-testing.hg

# cd xen-3.3-testing.hg

# make world

# make install

I've noticed several "wgets" besides "hg linux-2.6-18-xen.hg" in phase:-
# make world
In particular, a kind of "newlib" was downloaded from http://redhat.com

--- On Wed, 11/19/08, Torsten <tlehmann@xxxxxxxxxxxxx> wrote:
From: Torsten <tlehmann@xxxxxxxxxxxxx>
Subject: [Xen-users] Re: Howto compiling Xen 3.3
To: rachita.dhawan@xxxxxxxxx
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Date: Wednesday, November 19, 2008, 3:47 PM

> Hi TorstenL,
>   Were you able to compile Xen without connecting m/c to internet? 
Well i
> am facing the same issue, while compiling i get an error
> abort: error: temporary failure in name resolution
> that's probably because of an hg.
>
> I have downloaded the Xen package and installed all libraries, but 
have no
> way to connect this machine to an internet. and the documentations are 
not
> well enough to resolve this issue. how to get that hg package without  
it
> trying to clone it?
>
> Let me know if u found any solution to compile it?

schould be working:

  a $ hg clone http://xenbits.xensource.com/linux-2.6.18-xen.hg
  a $ tar -czf linux-2.6.18-xen.hg.tgz linux-2.6.18-xen.hg
  b $ tar -xzf linux-2.6.18-xen.hg.tgz
  b $ tar -xzf xen-3.3.0.tar.gz
  b $ cd xen-3.3.0
  b # make xen tools install-tools
  b # cp -p xen/xen.gz /boot
  b # cd ..
  b # cd inux-2.6.18-xen.hg
  b # make maenuconfig all....

a complete documentation you found on:
http://www2.fh-lausitz.de/launic/comp/xen/080915.xen-3.3

regards torsten



_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users



      
--0-1192098053-1227165783=:8844
Content-Type: text/html; charset=us-ascii

<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" 
style="font: inherit;">Building Xen 3.3.1rc1-pre on CentOS 5.2 :-
<br><br># cd /usr/src/<br>
# hg clone http://xenbits.xensource.com/xen-3.3-testing.hg<br>
# cd xen-3.3-testing.hg<br>
# make world<br>
# make install<br><br>I've noticed several "wgets" besides "hg 
linux-2.6-18-xen.hg" in phase:-<br># make world<br>In particular, a kind 
of "newlib" was downloaded from http://redhat.com<br><br>--- On <b>Wed, 
11/19/08, Torsten <i>&lt;tlehmann@xxxxxxxxxxxxx&gt;</i></b> 
wrote:<br><blockquote style="border-left: 2px solid rgb(16, 16, 255); 
margin-left: 5px; padding-left: 5px;">From: Torsten &lt;tlehmann@fh-
lausitz.de&gt;<br>Subject: [Xen-users] Re: Howto compiling Xen 
3.3<br>To: rachita.dhawan@xxxxxxxxx<br>Cc: xen-
users@xxxxxxxxxxxxxxxxxxx<br>Date: Wednesday, November 19, 2008, 3:47 
PM<br><br><pre>&gt; Hi TorstenL,<br>&gt;   Were you able to compile Xen 
without connecting m/c to internet? Well i<br>&gt; am facing the same 
issue, while compiling i get an error<br>&gt; abort: error: temporary 
failure in name resolution<br>&gt; that's probably because of an 
hg.<br>&gt;<br>&gt; I have downloaded the Xen package and installed all 
libraries, but have no<br>&gt;
 way to connect this machine to an internet. and the documentations are 
not<br>&gt; well enough to resolve this issue. how to get that hg 
package without  it<br>&gt; trying to clone it?<br>&gt;<br>&gt; Let me 
know if u found any solution to compile it?<br><br>schould be 
working:<br><br>  a $ hg clone 
http://xenbits.xensource.com/linux-2.6.18-xen.hg<br>  a $ tar -czf 
linux-2.6.18-xen.hg.tgz linux-2.6.18-xen.hg<br>  b $ tar -xzf 
linux-2.6.18-xen.hg.tgz<br>  b $ tar -xzf xen-3.3.0.tar.gz<br>  b $ cd 
xen-3.3.0<br>  b # make xen tools install-tools<br>  b # cp -p 
xen/xen.gz /boot<br>  b # cd ..<br>  b # cd inux-2.6.18-xen.hg<br>  b # 
make maenuconfig all....<br><br>a complete documentation you found 
on:<br>http://www2.fh-
lausitz.de/launic/comp/xen/080915.xen-3.3<br><br>regards 
torsten<br><br><br><br>_______________________________________________<br>Xen-
users mailing
 list<br>Xen-
users@xxxxxxxxxxxxxxxxxxx<br>http://lists.xensource.com/xen-
users<br></pre></blockquote></td></tr></table><br>



      
--0-1192098053-1227165783=:8844--


--===============0902364998==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
--===============0902364998==--

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>