如何 upgrade/install 亚马逊上的 Upstart deamon 版本 1.5 Linux
How to upgrade/install Upstart deamon version 1.5 on Amazon Linux
我通过 EC2 服务实例化了一个 Amazon Linux 机器,虚拟机已经安装了 "Upstart" 守护进程 0.6.5 版。我怎样才能将这个包升级到最新版本,在本例中是 1.5 版?
sudo initctl --version
return:
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.
亚马逊实际上建议您不要访问他们的论坛。
https://forums.aws.amazon.com/thread.jspa?threadID=168039
我几乎可以从 Amazon Linux 上的 upstart 0.65 获得我需要的一切。虽然我也很失望你不能升级。
如果您有一次性实例,yum upgrade upstart
可能会起作用。
我通过 EC2 服务实例化了一个 Amazon Linux 机器,虚拟机已经安装了 "Upstart" 守护进程 0.6.5 版。我怎样才能将这个包升级到最新版本,在本例中是 1.5 版?
sudo initctl --version
return:
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.
亚马逊实际上建议您不要访问他们的论坛。
https://forums.aws.amazon.com/thread.jspa?threadID=168039
我几乎可以从 Amazon Linux 上的 upstart 0.65 获得我需要的一切。虽然我也很失望你不能升级。
如果您有一次性实例,yum upgrade upstart
可能会起作用。