Adishatz, bonjour
Je viens d'installer FC6 avec un noyau xenifié sur 2 PCs , et Xen puis j'ai installé un utilitaire de gestion de machines virtuelles XenMan .

Les PCs sur lesquels je l'ai installé sont un portable DELL Latitude D510 et un Acer Aspiro :
Sur le DELL, au départ, ça semble fonctionner normalement, Xen est démarré, puis il lance la première MV domaine0 Fedora6, je peux suivre le déroulement du boot normalement, il n'y a pas de message d'erreur anormal mais le système gèle au moment de démarrer l'interface graphique.
Avec l'Acer, ça va un peu plus loin : l'interface graphique démarre, je lance XenMan mais le système gèle ensuite très rapidement.

J'imagine que c'est un problème de ressources mais lequel? j'ai 1 Go de RAM sur le portable avec un disque dur SATA de 80 Go (4 Go disponibles sur / et 6 Go dispo sur /home) pour l'autre PC, j'ai 768 Mo de RAM, un disque de 300 Go avec 14 Go dispo sur / et 30 Go sur /home .


# yum install kernel-xen; # kernel 2.6.20-1-2933.fc6xen
# yum install xen;
# yum install python-paramiko.noarch; # prérequis pour XenMan
# rpm -i xenman-0.6-1.fc6.lxtnow.noarch.rpm

Joan Luc
Adishatz
D'après les logs que je trouve /var/log/xen/xend-debug.log (sur le PC Acer) , il doit manquer un utilitaire, une recherche sur les forums Xenfr montre qu'il pourrait s'agir d'un programme de routage.

/etc/xen/scripts/xen-network-common.sh: line 114: brctl: command not found
/etc/xen/scripts/xen-network-common.sh: line 114: brctl: command not found

Quelqu'un peut-il dire de quel paquet il fait partie ?

Pour le DELL, le problème semble différent : il ne trouve pas la carte ethernet.
Amistats
Je ni connais rien mais sur le dell as tu mis les drivers graphique ?
Pour le réseau fait une petite recherche sur le forum avec ipw2200 firmware.

Faire un man peut aider 🙂

NAME
brctl - ethernet bridge administration

SYNOPSIS
brctl [command]

DESCRIPTION
brctl is used to set up, maintain, and inspect the ethernet bridge con-
figuration in the linux kernel.

An ethernet bridge is a device commonly used to connect different net-
works of ethernets together, so that these ethernets will appear as one
ethernet to the participants.

Each of the ethernets being connected corresponds to one physical
interface in the bridge. These individual ethernets are bundled into
one bigger ('logical') ethernet, this bigger ethernet corresponds to
the bridge network interface.

INSTANCES
The command brctl addbr <name> creates a new instance of the ethernet
bridge. The network interface corresponding to the bridge will be
called <name>.

The command brctl delbr <name> deletes the instance <name> of the eth-
ernet bridge. The network interface corresponding to the bridge must be
down before it can be deleted!

The command brctl show shows all current instances of the ethernet
bridge.
Etc....

Un site à voir http://hip2b2.yutivo.org/fedora-core-5-on-dell-latitude-510/ par contre cherche les rpm pour FC6 via yum.

Pour le Acer fait une petite recherche ici http://www.linux-laptop.net/

Pour xenman j'ai ça http://blog.fedora-fr.org/smootherfrogz/post/XenMan
Je te conseille, pour utiliser Xen, de revenir sur le noyau précedent (2.6.19-1.2911.6.5).

En effet l'actuel 2.6.20 plante régulièrement sous Xen.
Ou alors, essaie le 2.6.20-1.2943 disponible dans les "updates-testing" (j'ai pas encore eu l'occasion)

A+