Anomalie #7279
la commande "arv status" de "00-haute-dispo-sphynx" ne fonctionne pas
Status:
Fermé
Priority:
Normal
Assigned To:
Category:
-
Target version:
Distribution:
EOLE 2.4
Description
Dans le script /usr/share/eole/pretemplate/00-haute-dispo-sphynx
Si on remplace :
${service_name} status > /dev/null 2>&1
par
${service_name} status
On a l'erreur suivante :
+ arv status /usr/share/eole/pretemplate/00-haute-dispo-sphynx: line 16: arv: command not found
Donc ARV n'est jamais arrêté
Related issues
Associated revisions
History
#1 Updated by Fabrice Barconnière over 9 years ago
- Status changed from Nouveau to Résolu
- % Done changed from 0 to 100
Appliqué par commit 1572e64c066f05406ab7eea67aade846af668bc9.
#2 Updated by Joël Cuissinat over 9 years ago
- Due date set to 02/22/2014
- Assigned To set to Fabrice Barconnière
Demande déplacée pour qualification
#3 Updated by Joël Cuissinat over 9 years ago
- Due date changed from 02/22/2014 to 02/21/2014
#4 Updated by Joël Cuissinat over 9 years ago
- Target version changed from Eole 2.4-RC2 to Eole 2.4-RC3
#5 Updated by Joël Cuissinat about 9 years ago
- Status changed from Résolu to Fermé
Le script a été renommé/déplacé mais ligne est bien corrigée :
root@sphynx:/usr/share/eole# grep status postservice/01-haute-dispo-sphynx /etc/init.d/${service_name} status > /dev/null 2>&1