如何在Amazon Linux上升级/安装Upstart deamon 1.5版

时间:2016-05-05 15:18:56

标签: linux amazon-web-services service amazon-ec2 upstart

我通过EC2服务实例化Amazon Linux机器,并且虚拟机已经安装了“Upstart”守护程序版本0.6.5。如何将此软件包升级到最新版本,本例为1.5版本?

sudo initctl --version返回:

initctl (upstart 0.6.5)
Copyright (C) 2010 Canonical Ltd.

This is free software; see the source for copying conditions.  There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

1 个答案:

答案 0 :(得分:1)

亚马逊实际上建议你不要在他们的论坛中。

https://forums.aws.amazon.com/thread.jspa?threadID=168039

在亚马逊Linux上,我能够从新手0.65获得几乎所有我需要的东西。虽然我也很失望但你无法升级。

yum upgrade upstart可能会有效,如果你有一个扔掉的实例。