Tâche #10691
Distribution EOLE - Scénario #10808: Appliquer des contournements aux bugs de fonctionnement de la Trusty
Problème de démarrage des rng-tools
Description
Il y a une erreur lors du démarrage du script System V
de rng-tools
---------------------------------------------------------------------------------- Démarrage des services ---------------------------------------------------------------------------------- Start network service networking [ OK ] Start Upstart service cron [ OK ] Start System V service rng-tools [ KO ] Service rng-tools in root not started: Usage: /etc/init.d/rng-tools {start|stop|restart|force-reload}
Related issues
Associated revisions
Affichage du retour des actions des services en cas d’erreur
Lorsqu’un service ne démarre pas, il faut affichier le message d’erreur
le plus pertinent :
- La sortie d’erreur de la commande d’action (« start » ou « stop »)
- La sortie d’erreur de la commande « status »
- La sortie standard de la commande « status ».
- pyeole/service/module/service.py: Utilisation de la sortie d’erreur de
la commande d’action en premier.
- pyeole/service/module/upstart.py: Idem.
Ref: #10691 @2h
Capture du code et de la sortie des actions Upstart
- pyeole/service/module/upstart.py (Service._do_upstart): Capture des
retours de « self._exec_cmd » afin d’utiliser « action_stderr ».
Ref: #10691
History
#1 Updated by Daniel Dehennin about 6 years ago
- Estimated time set to 2.00 h
- Remaining (hours) set to 2.0
#2 Updated by Daniel Dehennin about 6 years ago
- Status changed from Nouveau to En cours
#3 Updated by Daniel Dehennin about 6 years ago
- Assigned To set to Daniel Dehennin
#4 Updated by Joël Cuissinat about 6 years ago
- Status changed from En cours to Nouveau
- Assigned To deleted (
Daniel Dehennin) - Start date deleted (
02/19/2015) - Estimated time changed from 2.00 h to 4.00 h
- Parent task changed from #10630 to #10808
- Remaining (hours) changed from 2.0 to 4.0
#5 Updated by Daniel Dehennin about 6 years ago
- Assigned To set to Daniel Dehennin
#6 Updated by Daniel Dehennin about 6 years ago
- Status changed from Nouveau to En cours
- Start date set to 03/10/2015
#7 Updated by Daniel Dehennin about 6 years ago
- Status changed from En cours to Résolu
- % Done changed from 0 to 100
La vrai cause du problème est désormais apparente :
root@eolebase:~# CreoleService rng-tools start Start System V service rng-tools [ KO ] Service rng-tools in root not started: Starting Hardware RNG entropy gatherer daemon: (Hardware RNG device inode not found) /etc/init.d/rng-tools: Cannot find a hardware RNG device to use.
#8 Updated by Daniel Dehennin about 6 years ago
À voir pour backporter en 2.4.2 si on ne part pas sur la 2.5.
#9 Updated by Daniel Dehennin about 6 years ago
- Remaining (hours) changed from 4.0 to 0.15
#10 Updated by Joël Cuissinat about 6 years ago
- Status changed from Résolu to Fermé
- Remaining (hours) changed from 0.15 to 0.0
Le backport en 2.4.2 n'est pas impératif.
J'ouvre un scénario pour l'erreur sur les VM => #11053