Skip to content

Instantly share code, notes, and snippets.

@briancain
Created October 4, 2017 23:48
Show Gist options
  • Save briancain/cfde1d005e228e632b45a70fdf8bf51a to your computer and use it in GitHub Desktop.
Save briancain/cfde1d005e228e632b45a70fdf8bf51a to your computer and use it in GitHub Desktop.
You appear to be running Vagrant outside of the official installers.
Note that the installers are what ensure that Vagrant has all required
dependencies, and Vagrant assumes that these dependencies exist. By
running outside of the installer environment, Vagrant may not function
properly. To remove this warning, install Vagrant using one of the
official packages from vagrantup.com.
Bringing machine 'openindiana' up with 'virtualbox' provider...
==> openindiana: Importing base box 'openindiana/hipster'...
Progress: 10%
Progress: 20%
Progress: 30%
Progress: 50%
Progress: 80%
Progress: 90%
==> openindiana: Matching MAC address for NAT networking...
==> openindiana: Checking if box 'openindiana/hipster' is up to date...
==> openindiana: Setting the name of the VM: vagrant-sandbox_openindiana_1507160793218_15436
==> openindiana: Clearing any previously set network interfaces...
==> openindiana: Preparing network interfaces based on configuration...
openindiana: Adapter 1: nat
==> openindiana: Forwarding ports...
openindiana: 22 (guest) => 2222 (host) (adapter 1)
==> openindiana: Booting VM...
==> openindiana: Waiting for machine to boot. This may take a few minutes...
openindiana: SSH address: 127.0.0.1:2222
openindiana: SSH username: vagrant
openindiana: SSH auth method: private key
openindiana:
openindiana: Vagrant insecure key detected. Vagrant will automatically replace
openindiana: this with a newly generated keypair for better security.
openindiana:
openindiana: Inserting generated public key within guest...
openindiana: Removing insecure key from the guest if it's present...
openindiana: Key inserted! Disconnecting and reconnecting using new SSH key...
==> openindiana: Machine booted and ready!
==> openindiana: Checking for guest additions in VM...
==> openindiana: Rsyncing folder: /Users/brian/code/vagrant-sandbox/ => /vagrant
There was an error when attempting to rsync a synced folder.
Please inspect the error message below for more info.
Host path: /Users/brian/code/vagrant-sandbox/
Guest path: /vagrant
Command: "rsync" "--verbose" "--archive" "--delete" "-z" "--copy-links" "--no-owner" "--no-group" "-e" "ssh -p 2222 -o LogLevel=FATAL -o ControlMaster=auto -o ControlPath=/var/folders/nf/pw544nm16fd9gf33kp04047r0000gn/T/ssh.615 -o ControlPersist=10m -o IdentitiesOnly=yes -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -i '/Users/brian/code/vagrant-sandbox/.vagrant/machines/openindiana/virtualbox/private_key'" "--exclude" ".vagrant/" "/Users/brian/code/vagrant-sandbox/" "[email protected]:/vagrant"
Error: rsync: failed to set times on "/vagrant/.": Not owner (1)
rsync: recv_generator: mkdir "/vagrant/.git" failed: Permission denied (13)
*** Skipping any contents from this failed directory ***
rsync: recv_generator: mkdir "/vagrant/cookbooks" failed: Permission denied (13)
*** Skipping any contents from this failed directory ***
rsync: recv_generator: mkdir "/vagrant/installers" failed: Permission denied (13)
*** Skipping any contents from this failed directory ***
rsync: recv_generator: mkdir "/vagrant/manifests" failed: Permission denied (13)
*** Skipping any contents from this failed directory ***
rsync: recv_generator: mkdir "/vagrant/saltstack" failed: Permission denied (13)
*** Skipping any contents from this failed directory ***
rsync: recv_generator: mkdir "/vagrant/scripts" failed: Permission denied (13)
*** Skipping any contents from this failed directory ***
rsync: recv_generator: mkdir "/vagrant/vagrant-installers" failed: Permission denied (13)
*** Skipping any contents from this failed directory ***
rsync: recv_generator: mkdir "/vagrant/vagrant" failed: Permission denied (13)
*** Skipping any contents from this failed directory ***
rsync: mkstemp "/vagrant/.gitignore.T4ayfd" failed: Permission denied (13)
rsync: mkstemp "/vagrant/.Dockerfile.U4ayfd" failed: Permission denied (13)
rsync: mkstemp "/vagrant/.Gemfile.V4ayfd" failed: Permission denied (13)
rsync: mkstemp "/vagrant/.Gemfile.lock.W4ayfd" failed: Permission denied (13)
rsync: mkstemp "/vagrant/.VMware-workstation-full-12.5.7-5813279.exe.X4ayfd" failed: Permission denied (13)
rsync: mkstemp "/vagrant/.Vagrantfile.Y4ayfd" failed: Permission denied (13)
rsync: mkstemp "/vagrant/.box.json.Z4ayfd" failed: Permission denied (13)
rsync: mkstemp "/vagrant/.childprocess.rb.04ayfd" failed: Permission denied (13)
rsync: mkstemp "/vagrant/.playbook.yml.14ayfd" failed: Permission denied (13)
rsync: mkstemp "/vagrant/.readme.md.24ayfd" failed: Permission denied (13)
rsync: mkstemp "/vagrant/.vagrant-vmware-workstation-4.0.24.gem.34ayfd" failed: Permission denied (13)
rsync: mkstemp "/vagrant/.vagrant.log.44ayfd" failed: Permission denied (13)
rsync: mkstemp "/vagrant/.workstation-license.lic.54ayfd" failed: Permission denied (13)
rsync error: some files could not be transferred (code 23) at /BuildRoot/Library/Caches/com.apple.xbs/Sources/rsync/rsync-51/rsync/main.c(996) [sender=2.6.9]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment