我刚刚升级了 starcluster 以使用现代机器,现在我得到了以下回溯。以前的版本可以在相同的配置下正常工作。需要对配置进行哪些更改才能使其正常工作?看起来它正在导出现代 ubuntu 服务器上不存在的文件。(我在github上问过这个问题,没有人解决)
问问题
109 次
1 回答
0
必须更改许多软件包才能使当前的 ubuntu 与当前的 starcluster 一起工作。
需要使用以下步骤创建一个新的 ami:
登录到 ubuntu ami 并运行以下命令:
- apt-get 更新
- apt-get install nfs-kernel-server nfs-common portmap
- sudo ln -s /etc/init.d/nfs-kernel-server /etc/init.d/nfs
- apt-get 安装 python-scipy python-numpy
- ln -s /lib/init/upstart-job /etc/init.d/portmap
- ln -s /lib/init/upstart-job /etc/init.d/portmap-wait
- wget http://dl.dropbox.com/u/47200624/respin/ge2011.11.tar.gz
- tar xvf ge2011.11.tar.gz
- mv ge2011.11 /opt/sge6-fresh
于 2015-02-07T20:34:08.083 回答