On master branch, build-console-proxy is missing when we build agent, that's why system.zip doesn't have scripts that under console-proxy/scripts. David, in you commit: 859e3673, makes the change. Need to fix it ASAP, or people can't create systemvm on master branch.
> -----Original Message----- > From: Alena Prokharchyk [mailto:[email protected]] > Sent: Friday, June 15, 2012 3:20 PM > To: [email protected] > Subject: System iso patch missing files in the latest ASF master > > I've just tested the latest asf master branch, and java process inside > secondary storage vm fails to start. Here is the error: > > bash -x /etc/init.d/cloud start > > + echo -n 'Starting cloud.com service (type=secstorage) ' > Starting cloud.com service (type=secstorage) + '[' -f > /usr/local/cloud/systemvm/run.sh ']' > + _failure > + '[' -f /etc/init.d/functions ']' > + echo Failed > Failed > + echo > > > > > Run.sh as well as bunch of other files are missing from systemvm.zip. > If > anybody made changes to the way we build our system iso patch, please > fix > this problem. At the moment the master is unusable as SSVM responsible > for > templates sync/download, and as it's broken, you can't even start a > single > user vm. > > > -Alena.
