Tâche #16113
Scénario #16073: Étudier les blocages liés aux scripts systemd
eole-common : corriger les appels des services fait avec "/etc/init.d"
Status:
Fermé
Priority:
Normal
Assigned To:
Target version:
Remaining (hours):
0.0
Description
barco@barco-cubi:~/git/eole-common (master=)$ rgrep "init\.d" * bastion/bastion.container:# config: /etc/init.d/bastion bastion/bastion:INITQOS='/etc/init.d/qoseole' bastion/bastion: CreoleRun "/etc/init.d/bastion start" all no yes diagnose/05-common: for file in $(ls $cpath/etc/init.d/*.dpkg-dist 2>/dev/null); do network-scripts/pppoe/bastion:if [ -x /etc/init.d/bastion ] posttemplate/00-eole-common: /etc/init.d/networking restart posttemplate/00-eole-common:/etc/init.d/bastion stop > /dev/null tmpl/0000usepeerdns: /etc/init.d/nscd restart || true
Associated revisions
Remplacement de /etc/init.d/ par *service * là où c'est utile
ref #16113 @0.5h
Utilisation du script qoseole et pas du "service"
Le service qoseole n'existe plus en 2.6.0 il faut utiliser le script "/usr/share/eole/sbin/qoseole"
ref #16113 @10m
History
#1 Updated by Fabrice Barconnière over 7 years ago
- Status changed from Nouveau to En cours
#2 Updated by Fabrice Barconnière over 7 years ago
- Subject changed from eole-common : corriger les appels des services fait avec "/etc/init.d" to eole-common : corriger les appels des services fait avec "/etc/init.d"
- Assigned To set to Fabrice Barconnière
#3 Updated by Fabrice Barconnière over 7 years ago
- % Done changed from 0 to 80
- Remaining (hours) changed from 2.0 to 1.0
Reste l'appel à qoseole à traiter en même temps que #16112
#4 Updated by Fabrice Barconnière over 7 years ago
- % Done changed from 80 to 100
- Remaining (hours) changed from 1.0 to 0.25
#5 Updated by Scrum Master over 7 years ago
- Status changed from En cours to Résolu
#6 Updated by Joël Cuissinat over 7 years ago
- Status changed from Résolu to Fermé
- Remaining (hours) changed from 0.25 to 0.0
jojo@jojo-MS-B09611:~/git/eole-common (master=)$ rgrep "init\.d" * bastion/bastion.container:# config: /etc/init.d/bastion diagnose/05-common: for file in $(ls $cpath/etc/init.d/*.dpkg-dist 2>/dev/null); do