Ubuntu 15.04 Broken Upstart / Working Systemd
Ubuntu 15.04 I believe has switched over to upstart which in turn has broken more then a few 3rd party apps I had instal...
Ubuntu 15.04からSystemdが本格的に採用されたわけですが、どうやらそれまでのUpstartと齟齬が生じている模様。
具体的には、何かしらパッケージを導入した際に以下のエラーメッセージが出力されることがあります。
Start: Unable To Connect To Upstart: Failed To Connect To Socket /Com/Ubuntu/Upstart: Connection Refused
どうやら以下のWebサイトなどを参考にすると以下のようにするのが良さそうです。
Unable to start Gnome or Cinnamon from GDM - 15.04
It all started when I upgraded to 15.04. Everything seemed fine. Got the name Gnome 3.16 running. Everything seems great...
sudo dpkg-divert --local --rename --add /sbin/initctl
Adding `local diversion of /sbin/initctl to /sbin/initctl.distrib'
ln -s /bin/true /sbin/initctl
どうやら退避した場所にインストールし、/bin/true
に関連付けしなおしてエラーを回避するようです。
Debian クイックリファレンス - Debian パッケージ管理