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-fr

Re: [Xen-fr] Xen 3 + SuSe 10

To: xen-fr@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Xen-fr] Xen 3 + SuSe 10
From: Hugo Nogueira <hnogueira@xxxxxxxxx>
Date: Tue, 7 Feb 2006 19:21:18 +0100
Delivery-date: Tue, 07 Feb 2006 18:32:02 +0000
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=U6JhxGNTfrbERWJSNmMOWwmAN/l0pvvcWpBxk/8sMENlUT59PaXjE38n3/Qxm7KZiFlktR/IPS6hljNKySGn0OdmETbkjsOFHqk4m90M1THovg5Ot80Ip4AHtiUwonQbudnoef0zwjpRnkhNADbM693f3XVhu8TnRB++iON+//k=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <20060207113610.5z7807zq4l40k88g@localhost>
List-archive: <http://lists.xensource.com/archives/html/xen-fr>
List-help: <mailto:xen-fr-request@lists.xensource.com?subject=help>
List-id: xen-fr.lists.xensource.com
List-post: <mailto:xen-fr@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-fr>, <mailto:xen-fr-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-fr>, <mailto:xen-fr-request@lists.xensource.com?subject=unsubscribe>
References: <mailman.0.1139328401.6043.xen-fr@xxxxxxxxxxxxxxxxxxx> <20060207102011.bv5g9ua0xqckssgs@localhost> <960875120602070859j37b16f60m@xxxxxxxxxxxxxx> <20060207113610.5z7807zq4l40k88g@localhost>
Reply-to: Hugo Nogueira <hnogueira@xxxxxxxxx>, xen-fr@xxxxxxxxxxxxxxxxxxx
Sender: xen-fr-bounces@xxxxxxxxxxxxxxxxxxx
Essaye avec les sources du site principal.

Le 07/02/06, Jimmy PIERRE<jpierre@xxxxxx> a écrit :
> Salut Hugo,
>
> Non, j'ai téléchargé les sources
> http://www.suse.de/~garloff/linux/xen/RPMs-100/
>
> J'ai utilisé la 7608 (tuyau de Stfan de la liste Xen en EN.
>
> Il parait que depuis mercredi dernier qu'il y a une nouvelle version de Xen la
> 3.0.1 aussi.
>
> A+
> Jimmy
>
> Quoting Hugo Nogueira <hnogueira@xxxxxxxxx>:
>
> > Je suppose que tu as installé les paquettages binaires .rpm de la SUSE 10.
> > Je pense que certains te diront de ne pas les utiliser et d'essayer
> > une installation de Xen avec les paquettages binaires officiels. Tu
> > télécharges xen3-testing, le décompresses et lances ./install . Essaye
> > comme ça.
> >
> > Moi j'avais fait une install de Xen 2 sur SuSE 9.3 avec les paquets
> > .rpm de SuSE et j'avais plein de merdes en python lorsque je lançais
> > une VM. J'ai du toucher au code de Python pour m'en sortir.
> >
> > Bon courage et tiens-nous au courant.
> >
> > Hugo.
> >
> > Le 07/02/06, Jimmy Pierre<jpierre@xxxxxx> a écrit :
> >> Bonjour,
> >>
> >> J'avais arrété mes travaux sur ce serveur vu que Solutions Linux 2006
> >> approchait
> >> à grands pas.
> >>
> >> Heureusement que Antoine Nivard est venu faire des demos à notre stand ;-)
> >>
> >> Ceci dit, je suis une rectte de cuisine de
> >>
> >> http://en.opensuse.org/Installing_Xen3
> >>
> >> Et à la commande  : xm create -c /etc/xen/inhouse voici l'erreur :
> >>
> >>
> >> suse76:/ # xm create -c /etc/xen/inhouse
> >> Unexpected error: exceptions.ImportError
> >>
> >> Please report to xen-devel@xxxxxxxxxxxxxxxxxxx
> >> Traceback (most recent call last):
> >>   File "/usr/sbin/xm", line 10, in ?
> >>     main.main(sys.argv)
> >>   File "/usr/lib/python2.4/xen/xm/main.py", line 897, in main
> >>     rc = cmd(args)
> >>   File "<string>", line 1, in <lambda>
> >>   File "/usr/lib/python2.4/xen/xm/main.py", line 532, in xm_subcommand
> >>     cmd = __import__(command, globals(), locals(), 'xen.xm')
> >>   File "/usr/lib/python2.4/xen/xm/create.py", line 30, in ?
> >>     import xen.lowlevel.xc
> >> ImportError: /usr/lib/python2.4/xen/lowlevel/xc.so: undefined symbol:
> >> xc_domain_get_vcpu_info
> >> ~
> >>
> >>
> >> Mon fichier /etc/xen/inhouse:
> >>
> >> #  -*- mode: python; -*-
> >>
> >> # configuration name:
> >> name     = "inhouse"
> >>
> >> # usable ram:
> >> memory   = 2048
> >>
> >> # kernel und initrd:
> >> kernel   = "/boot/vmlinuz-xen"
> >> ramdisk  = "/boot/initrd-xen"
> >>
> >> # boot device:
> >> root     = "/dev/sda2"
> >>
> >> # boot to run level:
> >> extra    = "3"
> >>
> >> # network interface:
> >> vif      = [ 'mac=00:60:B0:3C:39:70, bridge=xenbr0' ]
> >> dhcp     = "dhcp"
> >> hostname = xen76
> >>
> >> Pensez vous qu'il y a une solution?
> >>
> >> Au plaisir,
> >>
> >> Jimmy
> >>
> >>
> >> _______________________________________________
> >> Xen-fr mailing list
> >> Xen-fr@xxxxxxxxxxxxxxxxxxx
> >> http://lists.xensource.com/xen-fr
> >>
> >
> > _______________________________________________
> > Xen-fr mailing list
> > Xen-fr@xxxxxxxxxxxxxxxxxxx
> > http://lists.xensource.com/xen-fr
> >
>
>
>
>
> _______________________________________________
> Xen-fr mailing list
> Xen-fr@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/xen-fr
>

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

<Prev in Thread] Current Thread [Next in Thread>