Anomalie #4463
CreoleService : si le service n'existe pas un traceback est affiché
Status:
Fermé
Priority:
Normal
Assigned To:
Category:
-
Target version:
Distribution:
EOLE 2.3
Description
root@scribe23d-no-c:~# CreoleService toto restart
Traceback (most recent call last):
File "/usr/bin/CreoleService", line 23, in <module>
ret = service_code_no_container(service, action)
File "/usr/lib/pymodules/python2.6/pyeole/service.py", line 112, in service_code_no_container
raise Exception('{0} est un service non activé'.format(service))
Exception: toto est un service non activé
root@scribe23d-no-c:~#
Related issues
Associated revisions
- bin/CreoleService : gestion des exceptions
Fixes #4463 @20m
Document count in tab - see #4463
correct entities_id during migration - see #4463
optimize request - see #4463
History
#1 Updated by Joël Cuissinat almost 11 years ago
- Target version set to Mises à jour 2.3.8
#2 Updated by Joël Cuissinat almost 11 years ago
- Status changed from Nouveau to Résolu
- % Done changed from 0 to 100
Appliqué par commit 60e158c65ca51359f04187a5b23ef92fd7e3a79e.
#3 Updated by Joël Cuissinat over 10 years ago
Appliqué par commit 60e158c65ca51359f04187a5b23ef92fd7e3a79e.
#4 Updated by Joël Cuissinat over 10 years ago
- Assigned To set to Joël Cuissinat
#5 Updated by Bruno Boiget over 10 years ago
- Status changed from Résolu to Fermé
OK dans le paquet candidat :
root@amonecole:~# CreoleService toto restart Erreur : toto est un service non activé