GNU/Linux >> Linux の 問題 >  >> Linux

‘init:plymouth-upstart-bridgeメインプロセスが終了し、起動時にエラーメッセージが再表示されました。

Xenサーバーとして新しいUbuntu14.04をインストールしましたが、起動時に次のメッセージが何度も繰り返されることがわかりました。
[ 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/[...]
に2093052kスワップを追加します
その後、起動が停止し、少なくとも10〜15秒後に正常に再開しました。
これらのメッセージを確実に排除するために、ネットを検索して、非常に優れたシンプルなソリューションであるこのサイトを見つけました。
http://www.unrelatedshit.com/2014/07/30/kvm-too-fast-for-plymouth-upstart-bridge/

解決策:
解決策は非常に簡単です。修正するには、 sleep 2を追加するだけです。 /etc/init/plymouth-upstart-bridge.confファイルに移動します。
例:
[...]
stop on (stopping plymouth
or stopping plymouth-shutdown)
console output
exec plymouth-upstart-bridge
sleep 2

再起動して起動を監視します…plymouth-upstart-bridgeのばかげたエラーメッセージはもうありません。


Linux
  1. /var/log/messages ファイルの「segfault」メッセージとは

  2. Linux の起動プロセス

  3. エラー:メイン クラスが見つからないか、読み込めませんでした

  1. Linuxブートプロセス:開始するためのガイド

  2. pygrub:カーネルを含むパーティションが見つかりません

  3. ブート パーティションのサイズ変更

  1. 親が初期化されているプロセスを強制終了する方法は?

  2. Linux – Initプロセス:すべてのプロセスの祖先?

  3. /var/log/messages ファイルの「Abort command generated nexus」エラー メッセージ