Linux

如何為新貴安裝 init-checkconf?

  • February 17, 2012

已安裝 Upstart,但未安裝 init-checkconf。任何想法如何同時獲得?

$ sudo init-checkconf
sudo: init-checkconf: command not found
$ sudo dpkg --get-selections | grep upstart
upstart                     install
$ uname -a
Linux VM1 2.6.32-38-server #83-Ubuntu SMP Wed Jan 4 11:26:59 UTC 2012 x86_64 GNU/Linux

我懷疑您正在執行 Ubuntu Lucid (10.04)?init-checkconf在 Ubuntu Natty (11.04) 中引入:

https://wiki.ubuntu.com/NattyNarwhal/TechnicalOverviewUpstart

請注意,可以為 Lucid 建構更新版本的 Upstart,但沒有正式打包的版本。請注意,這不僅僅是編譯 upstart 的情況,您還需要升級 libnih 和 dbus 以及可能的其他庫。

引用自:https://serverfault.com/questions/360111