Anomalie #7623
Creoled ne devrait pas chercher à upgrader le fichier config.eol
Statut:
Fermé
Priorité:
Normal
Assigné à:
Catégorie:
-
Version cible:
Distribution:
EOLE 2.4
Description
Lors de la migration 2.3 vers 2.4, creoled detect un config.eol version 2.3 et cherche à le convertir en 2.4.
Comme l'upgrade utilise les eosfunc ... qui utilise creole client qui utilise creoled, le service ne démarre pas.
Demandes liées
Révisions associées
creoled ne devrait pas se charger d'upgrader le config.eol (fixes #7623)
Historique
#1 Mis à jour par Emmanuel GARETTE il y a environ 12 ans
- Statut changé de Nouveau à Résolu
- % réalisé changé de 0 à 100
Appliqué par commit 1d5c6778534d90efec6df928441e22806aa70b2a.
#2 Mis à jour par Joël Cuissinat il y a environ 12 ans
- Echéance mis à 21/03/2014
#3 Mis à jour par Joël Cuissinat il y a presque 12 ans
- Statut changé de Résolu à Fermé
En mettant un fichier /etc/eole/config.eol cela fait comme si je n'avais pas de fichier de configuration :
root@amon:~# creoled --debug
creoled - Loading tiramisu configuration
ENGINE Listening for SIGHUP.
ENGINE Listening for SIGTERM.
ENGINE Listening for SIGUSR1.
ENGINE Listening for SIGINT.
ENGINE Bus STARTING
ENGINE Start InotifyMonitor thread
ENGINE Started monitor thread '_TimeoutMonitor'.
ENGINE PID 9418 written to '/tmp/creoled.pid'.
ENGINE Started monitor thread 'Autoreloader'.
ENGINE Serving on 127.0.0.1:8000
ENGINE Bus STARTED
creoled - variable adresse_ip_eth0 obligatoire sans valeur renseignée
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/creole/server.py", line 302, in get
'obligatoire sans valeur renseignée'.format(name))
Exception: variable adresse_ip_eth0 obligatoire sans valeur renseignée
127.0.0.1 - - [23/Apr/2014:17:38:18] "GET /get/creole?variable=adresse_ip_eth0 HTTP/1.1" 200 93 "" "restkit/3.3.2"