Errata24 » Historique » Version 13
Fabrice Barconnière, 29/06/2015 09:15
| 1 | 5 | Daniel Dehennin | {{toc}} |
|---|---|---|---|
| 2 | 5 | Daniel Dehennin | |
| 3 | 1 | Joël Cuissinat | h1. Errata 2.4.0 |
| 4 | 1 | Joël Cuissinat | |
| 5 | 2 | Emmanuel GARETTE | _Cette page recense des problèmes affectant la version EOLE 2.4.0 et corrigés dans des versions d'EOLE supérieures mais qui ne le seront pas sur cette version d'EOLE._ |
| 6 | 2 | Emmanuel GARETTE | |
| 7 | 2 | Emmanuel GARETTE | h2. Problème de restauration complète du serveur sans serveur Zéphir |
| 8 | 2 | Emmanuel GARETTE | |
| 9 | 2 | Emmanuel GARETTE | Deux problèmes existent dans la procédure de restauration complète du serveur sans Zéphir : |
| 10 | 2 | Emmanuel GARETTE | |
| 11 | 2 | Emmanuel GARETTE | - il est nécessaire de créer deux fichiers avant de configurer le point de montage de bacula et de restaurer le catalogue ; |
| 12 | 2 | Emmanuel GARETTE | - il est nécessaire de redémarrer creoled après la configuration du point de montage. |
| 13 | 2 | Emmanuel GARETTE | |
| 14 | 2 | Emmanuel GARETTE | Par exemple pour un montage USB : |
| 15 | 2 | Emmanuel GARETTE | |
| 16 | 2 | Emmanuel GARETTE | <pre> |
| 17 | 2 | Emmanuel GARETTE | # /usr/share/eole/sbin/baculaconfig.py -s usb --usb_path=/dev/vdb1 |
| 18 | 2 | Emmanuel GARETTE | # /usr/share/eole/sbin/bacularestore.py --catalog amonecole-dir |
| 19 | 2 | Emmanuel GARETTE | </pre> |
| 20 | 2 | Emmanuel GARETTE | |
| 21 | 2 | Emmanuel GARETTE | La procédure est : |
| 22 | 2 | Emmanuel GARETTE | |
| 23 | 2 | Emmanuel GARETTE | <pre> |
| 24 | 2 | Emmanuel GARETTE | # touch /etc/bacula/include-options.conf /etc/bacula/bacula-restore.conf |
| 25 | 2 | Emmanuel GARETTE | # /usr/share/eole/sbin/baculaconfig.py -s usb --usb_path=/dev/vdb1 |
| 26 | 2 | Emmanuel GARETTE | # service creoled restart |
| 27 | 2 | Emmanuel GARETTE | # /usr/share/eole/sbin/bacularestore.py --catalog amonecole-dir |
| 28 | 2 | Emmanuel GARETTE | </pre> |
| 29 | 2 | Emmanuel GARETTE | |
| 30 | 2 | Emmanuel GARETTE | Ce problème est résolu dans la version 2.4.1. |
| 31 | 3 | Emmanuel GARETTE | |
| 32 | 3 | Emmanuel GARETTE | h2. Il n'est pas possible d'accéder au serveur SSH alors qu'il est autorisé dans l'interface de configuration |
| 33 | 3 | Emmanuel GARETTE | |
| 34 | 3 | Emmanuel GARETTE | Un problème existe dans la version 2.4.0 empêchant l'accès au SSH alors qu'il est bien autorisé dans l'interface de configuration. |
| 35 | 3 | Emmanuel GARETTE | |
| 36 | 3 | Emmanuel GARETTE | Le fichier hosts.allow, dans certain cas, n'est pas généré correctement. |
| 37 | 3 | Emmanuel GARETTE | |
| 38 | 3 | Emmanuel GARETTE | Pour corriger le problème, il faut utiliser le patch suivant : |
| 39 | 3 | Emmanuel GARETTE | |
| 40 | 3 | Emmanuel GARETTE | "Patch":https://dev-eole.ac-dijon.fr/attachments/download/1164/hosts.allow.patch |
| 41 | 3 | Emmanuel GARETTE | |
| 42 | 3 | Emmanuel GARETTE | Ce fichier est à placé dans le répertoire /usr/share/eole/creole/patch/ ou dans la variante. |
| 43 | 3 | Emmanuel GARETTE | |
| 44 | 3 | Emmanuel GARETTE | Puis exécuter la commande reconfigure. |
| 45 | 3 | Emmanuel GARETTE | |
| 46 | 3 | Emmanuel GARETTE | L'accès SSH devrait être à nouveau possible. |
| 47 | 3 | Emmanuel GARETTE | |
| 48 | 3 | Emmanuel GARETTE | Ce problème est résolu dans la version 2.4.1. |
| 49 | 4 | Fabrice Barconnière | |
| 50 | 4 | Fabrice Barconnière | h2. MySQL ne fonctionne plus après l'exécution du script "script_gfcMysql_v3.sh" sur le module Horus |
| 51 | 4 | Fabrice Barconnière | |
| 52 | 4 | Fabrice Barconnière | Le script */usr/share/minedu/scripts/script_gfcMysql_v3.sh* ne fonctionne pas complètement sur EOLE 2.4.0. Le chemin vers *mysql_pwd.py* n'est pas actualisé. |
| 53 | 4 | Fabrice Barconnière | |
| 54 | 4 | Fabrice Barconnière | De plus *apparmor* empêche l'exécution de *MySQL* quand le répertoire des bases */var/lib/mysql* devient un lien symbolique. Il faut indiquer à *apparmor* le véritable chemin. |
| 55 | 4 | Fabrice Barconnière | |
| 56 | 4 | Fabrice Barconnière | Ce problème est résolu dans la version 2.4.1. |
| 57 | 6 | Emmanuel GARETTE | |
| 58 | 6 | Emmanuel GARETTE | h2. Erreur au démarrage de Nginx : |
| 59 | 6 | Emmanuel GARETTE | |
| 60 | 6 | Emmanuel GARETTE | Si vous avez du type : |
| 61 | 6 | Emmanuel GARETTE | |
| 62 | 6 | Emmanuel GARETTE | <pre> |
| 63 | 6 | Emmanuel GARETTE | Restarting nginx: nginx: [warn] conflicting server name "xxxxxxxxxxxxxx" on 0.0.0.0:80, ignored |
| 64 | 6 | Emmanuel GARETTE | nginx: [warn] conflicting server name "xxxxxxxxxxxxxx" on 0.0.0.0:443, ignored |
| 65 | 6 | Emmanuel GARETTE | </pre> |
| 66 | 6 | Emmanuel GARETTE | |
| 67 | 6 | Emmanuel GARETTE | Cela arrive si vous avez définit plusieurs URL pour un même domaine dans la configuration du reverse proxy. |
| 68 | 6 | Emmanuel GARETTE | |
| 69 | 6 | Emmanuel GARETTE | Pour corriger le problème, il faut utiliser le patch suivant : |
| 70 | 6 | Emmanuel GARETTE | |
| 71 | 7 | Emmanuel GARETTE | "Patch":https://dev-eole.ac-dijon.fr/attachments/download/1229/nginx.default.patch |
| 72 | 6 | Emmanuel GARETTE | |
| 73 | 6 | Emmanuel GARETTE | Ce problème est résolu dans la version 2.4.1. |
| 74 | 8 | Emmanuel GARETTE | |
| 75 | 8 | Emmanuel GARETTE | h2. eole-nfs : Ouverture du port 111 en UDP : |
| 76 | 8 | Emmanuel GARETTE | |
| 77 | 10 | Emmanuel GARETTE | Le port 111 est ouvert en TCP mais pas en UDP à l'activation du service NFS. |
| 78 | 8 | Emmanuel GARETTE | |
| 79 | 8 | Emmanuel GARETTE | Pour corriger le problème, il faut ajouter le dictionnaire suivant : |
| 80 | 8 | Emmanuel GARETTE | |
| 81 | 9 | Emmanuel GARETTE | "Dictionnaire":https://dev-eole.ac-dijon.fr/attachments/download/1304/00_nfsudp.xml |
| 82 | 9 | Emmanuel GARETTE | |
| 83 | 8 | Emmanuel GARETTE | Ce problème est résolu dans la version 2.4.2. |
| 84 | 11 | Emmanuel GARETTE | |
| 85 | 11 | Emmanuel GARETTE | h2. Erreur de nom DNS de la zone accessible via ce serveur web parent : |
| 86 | 11 | Emmanuel GARETTE | |
| 87 | 11 | Emmanuel GARETTE | L'accès au proxy père n'est pas forcement fonctionnel. Si vous avez les erreurs suivantes au démarrage de Squid : |
| 88 | 11 | Emmanuel GARETTE | |
| 89 | 11 | Emmanuel GARETTE | <pre> |
| 90 | 11 | Emmanuel GARETTE | # /etc/init.d/squid3 restart * Restarting Squid HTTP Proxy 3.x squid3 * Waiting... * ... * ... * ... * ... * ... * ... [ OK ] |
| 91 | 11 | Emmanuel GARETTE | 2015/06/23 15:49:14| strtokFile: xxxxxxxx not found |
| 92 | 11 | Emmanuel GARETTE | 2015/06/23 15:49:14| Warning: empty ACL: acl intradom0 dstdomain "xxxxxxxx" |
| 93 | 11 | Emmanuel GARETTE | </pre> |
| 94 | 11 | Emmanuel GARETTE | |
| 95 | 11 | Emmanuel GARETTE | Il faut ajouter le patch suivant : |
| 96 | 11 | Emmanuel GARETTE | |
| 97 | 12 | Emmanuel GARETTE | "Patch":https://dev-eole.ac-dijon.fr/attachments/download/1306/common-squid1.conf.patch |
| 98 | 11 | Emmanuel GARETTE | |
| 99 | 11 | Emmanuel GARETTE | Ce problème est résolu dans la version 2.4.2. |
| 100 | 13 | Fabrice Barconnière | |
| 101 | 13 | Fabrice Barconnière | h2. Récapitulatif de tous les dictionnaires, templates et paches : |