virtualbox - unable to mount /vagrant in Solaris box -


i created vagrantfile , downloaded solaris box. during vagrant up command, i'm getting below error.

 default: /vagrant => c:/users/w726901/desktop/solaris following ssh command responded non-zero exit status. vagrant assumes means command failed!  sudo chown `/usr/xpg4/bin/id -u vagrant`:`/usr/xpg4/bin/id -g vagrant` /vagrant  stdout command:  stderr command: chown: /vagrant: invalid argument 

versions used:

vagrant - 1.8.4
virtualbox - 4.3.18 solaris - solaris-11.2.box

the vagrantfile :

vagrant.configure(2) |config|   config.vm.box = "solaris"   config.vm.network "public_network"  end 

solaris box link : http://www.benden.us/vagrant/solaris-11.2.box

how fix issue.


Comments

Popular posts from this blog

Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12:test (default-test) on project.Error occurred in starting fork -

windows - Debug iNetMgr.exe unhandle exception System.Management.Automation.CmdletInvocationException -

configurationsection - activeMq-5.13.3 setup configurations for wildfly 10.0.0 -