Ho installato un nuovo Ubuntu 14.04 come server Xen e ho scoperto che all'avvio i seguenti messaggi si sono ripetuti molte volte,[ 2.811553] init: plymouth-upstart-bridge main process (191) terminated with status 1
[ 2.812789] init: plymouth-upstart-bridge main process ended, respawning
[ 2.874117] init: plymouth-upstart-bridge main process (210) terminated with status 1
[ 2.875167] init: plymouth-upstart-bridge main process ended, respawning
[ 2.904155] init: plymouth-upstart-bridge main process (217) terminated with status 1
[ 2.905289] init: plymouth-upstart-bridge main process ended, respawning
[ 2.928618] init: plymouth-upstart-bridge main process (221) terminated with status 1
[ 2.929713] init: plymouth-upstart-bridge main process ended, respawning
[ 49.975826] Adding 2093052k swap on /dev/mapper/[...]
quindi l'avvio si è interrotto per riprendere normalmente almeno 10-15 secondi dopo.
Per essere sicuro di eliminare quei messaggi ho cercato in rete e ho trovato questo sito che è una soluzione molto buona e semplice.
http://www.unrelatedshit.com/2014/07/30/kvm-too-fast-for-plymouth-upstart-bridge/
Soluzione:
La soluzione è abbastanza semplice:per risolverlo, aggiungi semplicemente un sonno 2 nel tuo file /etc/init/plymouth-upstart-bridge.conf.
Esempio:[...]
stop on (stopping plymouth
or stopping plymouth-shutdown)
console output
exec plymouth-upstart-bridge
sleep 2
Riavvia e guarda l'avvio... niente più stupidi messaggi di errore di plymouth-upstart-bridge.