When I try to Vagrant up, it eventually fails with the message: cp: cannot stat `/home/vagrant/geowave/vagrant/geowave.sh': No such file or directory
I searched on the machine and the path where file resides is /home/vagrant/geowave/geowave.sh
Note also the failure on 'etc/init.d/geowave':
==> default: cp: cannot stat /home/vagrant/geowave/vagrant/geowave.sh': No such file or directory ==> default: chmod: cannot access/etc/init.d/geowave'
==> default: : No such file or directory
==> default: error reading information on service geowave: No such file or directory
==> default: geowave: unrecognized service
The SSH command responded with a non-zero exit status. Vagrant
assumes that this means the command failed. The output for this command
should be in the log above. Please read the output to determine what
went wrong.
When I try to Vagrant up, it eventually fails with the message: cp: cannot stat `/home/vagrant/geowave/vagrant/geowave.sh': No such file or directory
I searched on the machine and the path where file resides is /home/vagrant/geowave/geowave.sh
Note also the failure on 'etc/init.d/geowave':
==> default: cp: cannot stat
/home/vagrant/geowave/vagrant/geowave.sh': No such file or directory ==> default: chmod: cannot access/etc/init.d/geowave'==> default: : No such file or directory
==> default: error reading information on service geowave: No such file or directory
==> default: geowave: unrecognized service
The SSH command responded with a non-zero exit status. Vagrant
assumes that this means the command failed. The output for this command
should be in the log above. Please read the output to determine what
went wrong.