Projet

Général

Profil

25 » Historique » Version 5

Philippe Caseiro, 23/05/2014 16:50

1 1 Daniel Dehennin
h2. Travail préparatoire
2 1 Daniel Dehennin
3 2 Daniel Dehennin
* Installation d’une Trusty Tahr
4 1 Daniel Dehennin
* Ajout des dépôts 2.4.0 stables
5 3 Daniel Dehennin
<pre>
6 3 Daniel Dehennin
root@trusty:~# cat > /etc/apt/sources.list.d/eole.list <<EOF
7 4 Daniel Dehennin
deb http://eole.ac-dijon.fr/eole eole-2.4.0 main
8 4 Daniel Dehennin
deb http://eole.ac-dijon.fr/eole eole-2.4.0-security main
9 4 Daniel Dehennin
deb http://eole.ac-dijon.fr/eole eole-2.4.0-updates main
10 3 Daniel Dehennin
EOF
11 3 Daniel Dehennin
</pre>
12 1 Daniel Dehennin
* Installation du keyring eole
13 1 Daniel Dehennin
<pre>
14 5 Philippe Caseiro
root@trusty:~# apt-get udpate
15 2 Daniel Dehennin
root@trusty:~# apt-get install --force-yes -y eole-archive-keyring
16 1 Daniel Dehennin
root@trusty:~# apt-get update
17 1 Daniel Dehennin
</pre>
18 1 Daniel Dehennin
19 1 Daniel Dehennin
h2. Installation d’un EOLE base
20 1 Daniel Dehennin
21 1 Daniel Dehennin
* Installation du paquet *@eole-server@* 
22 1 Daniel Dehennin
** paquet "sux":http://ftp.crihan.fr/ubuntu/pool/universe/s/sux/sux_1.0.1-6_all.deb manquant, à installer manuellement
23 1 Daniel Dehennin
* Configuration avec *@gen_config@* => OK
24 1 Daniel Dehennin
* Lancement de l’instance
25 1 Daniel Dehennin
** Problème de compatibilité avec la lib *@python-apt@*, appliquer le patch python-pyeole:source:pyeole/pkg.py@10686c17
26 1 Daniel Dehennin
** Impossible de gérer le service *@nut@*, appliquer le patch eole-nut:source:dicos/20_nut.xml@22b7dcb8
27 1 Daniel Dehennin
28 1 Daniel Dehennin
h2. Installation horus depuis EOLE base
29 1 Daniel Dehennin
30 1 Daniel Dehennin
* Installation du paquet *@eole-horus-all@*
31 1 Daniel Dehennin
** Installation impossible car *@eole-bacula-pkg@* dépends de *@smbfs@* qui est remplacé par *@cifs-utils@*, sur Precise *@smbfs@* est déclaré comme *@Description-en: Common Internet File System utilities - compatibility package@*.