Anomalie #3152
[diag.py] [eclair] IndexError: list index out of range
Status:
Fermé
Priority:
Normal
Assigned To:
Category:
-
Target version:
Distribution:
EOLE 2.3
Description
Erreur à l’exécution du script /usr/share/creole/diag.py
:
root@eclair:/usr/share/zephir/monitor# /usr/share/creole/diag.py Traceback (most recent call last): File "/usr/share/creole/diag.py", line 46, in <module> id5 = get_md5() File "/usr/share/creole/diag.py", line 32, in get_md5 return (fp.read().split()[0]) IndexError: list index out of range
Associated revisions
- data/diag.py : prise en compte du cas où le fichier de MD5 est vide
Fixes #3152 @20m
History
#1 Updated by Joël Cuissinat almost 11 years ago
- Target version set to Mises à jour 2.3.5 RC
- Estimated time set to 0.50 h
#2 Updated by Joël Cuissinat almost 11 years ago
- Status changed from Nouveau to Accepté
- Assigned To set to Joël Cuissinat
Visiblement c'est quand le fichier /etc/eole/.server.MD5 est vide (erreur à la génération ou écrasement ?)
#3 Updated by Joël Cuissinat almost 11 years ago
- Status changed from Accepté to Résolu
- % Done changed from 0 to 100
Appliqué par commit 2f36f46199f02da6fe5457ac31f687443c34fc32.
#4 Updated by Bruno Boiget almost 11 years ago
- Status changed from Résolu to Fermé
diag.py testé avec .server.MD5 vide (2.3.5 RC)