Debian 9にupstartをインストールしようとすると、次の結果が表示されます。
# apt-get install upstart
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package upstart is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
systemd-sysv sysvinit-core
E: Package 'upstart' has no installation candidate
Debian Wiki指摘した:
インストールは非常に簡単です。唯一の必須パッケージはupstartです。
私のソースのリスト:
###### Debian Main Repos
deb http://deb.debian.org/debian/ stable main contrib non-free
deb-src http://deb.debian.org/debian/ stable main contrib non-free
deb http://deb.debian.org/debian/ stable-updates main contrib non-free
deb-src http://deb.debian.org/debian/ stable-updates main contrib non-free
このエラーを修正してUpstartをインストールする方法は?
答え1
Ubuntuがsystemdに切り替えたとき、開発者はUpstartを放棄し、Debian から削除Debian 9がリリースされる前。
これDebian 9 でサポートされている初期化システムシステム化されておりsysvinit
(はるかに少ない程度)走る、file-rc
そしてopenrc
。 systemd(デフォルト)を使用するには、systemd
パッケージがインストールされていることを確認し、installとをsystemd-sysv
使用します。sysvinit
initscripts
sysv-rc
sysvinit-core
Upstartを使用しないことをお勧めします。これは、Upstartが削除されたときにリリースに重要なバグが多かったためです。