I just upgraded starcluster to use modern machines and I now get the following traceback. Previous versions work fine with identical configs. What changes need to made to the config for it to work? It looks like it is exporting a file that does not exist on modern ubuntu servers. (I asked this question on github and no one has had a solution)
Asked
Active
Viewed 113 times
1 Answers
0
a number of packages have to be changed to get current ubuntu to work with current starcluster.
Need to create a new ami using the following steps:
log in to an ubuntu ami and run the following commands:
- apt-get update
- apt-get install nfs-kernel-server nfs-common portmap
- sudo ln -s /etc/init.d/nfs-kernel-server /etc/init.d/nfs
- apt-get install 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

Michael WS
- 2,450
- 4
- 24
- 46
-
Hi, I've created an ami from an ubuntu system but now qsub is not installed ... I am missing something ?? – theholy Apr 21 '15 at 13:40