How to upgrade/install Upstart deamon version 1.5 on Amazon Linux

∥☆過路亽.° 提交于 2019-12-10 18:45:09

问题


I instantiate an Amazon Linux machine through EC2 service and the virtual machine already have the "Upstart" daemon, version 0.6.5, installed. How can I upgrade this package to newest version, this case the version 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.

回答1:


Amazon actually suggests that you don't in their forums.

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

I'm able to get almost everything I need out of upstart 0.65 on Amazon Linux. Though I'm also disappointed you can't upgrade.

yum upgrade upstart may work if you have a throw away instance.



来源:https://stackoverflow.com/questions/37054283/how-to-upgrade-install-upstart-deamon-version-1-5-on-amazon-linux

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!