我们试图在亚马逊的AWS弹性豆柄上部署带有mongoDB的Node.js,但是它带来了一个错误,这个错误看起来完全不存在于这个星球上。请帮帮我!
实例: i-28bfc6e4 命令在实例上失败。返回mongodb-org-server-2.6.10-1.x86_64代码: 127输出:(截断)...riorities,update-motd,升级-助手包mongo-10 bin server-2.4.14-mongodb_1.x86_64已被...riorities淘汰,后者已经安装了/etc/init.d/mongos.sh:第1行: /usr/bin/mongos:无这样的文件或。钩子/opt/elasticbeanstalk/hooks/appdeploy/enact/98_newrelic_sysmond.sh失败。有关更多细节,请使用控制台或EB CLI检查/var/log/eb-activity.log。
发布于 2015-10-31 06:10:20
如果使用概述的here解决方案,那么这就让我开始了:
`01_enable_rootaccess: command: echo Defaults:root \!requiretty >> /etc/sudoers 02_install_mongo: - command: yum install -y mongo-10gen-server + command: yum install -y mongo-10gen-server mongodb-org-mongos ignoreErrors: true 03_turn_mongod_off: command: sudo chkconfig mongod off`https://stackoverflow.com/questions/30391868
复制相似问题