Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

openbsd64 box breaks with rsync not found #1695

Closed
ThomasWaldmann opened this issue Oct 8, 2016 · 2 comments
Closed

openbsd64 box breaks with rsync not found #1695

ThomasWaldmann opened this issue Oct 8, 2016 · 2 comments
Assignees
Labels

Comments

@ThomasWaldmann
Copy link
Member

$ vagrant up openbsd64
...
    openbsd64: Inserting generated public key within guest...
    openbsd64: Removing insecure key from the guest if it's present...
    openbsd64: Key inserted! Disconnecting and reconnecting using new SSH key...
==> openbsd64: Machine booted and ready!
==> openbsd64: Installing rsync to the VM...
==> openbsd64: Rsyncing folder: /home/tw/w/borg/ => /vagrant/borg/borg
There was an error when attempting to rsync a synced folder.
Please inspect the error message below for more info.

Host path: /home/tw/w/borg/
Guest path: /vagrant/borg/borg
Command: "rsync" "--verbose" "--archive" "--delete" "-z" "--no-owner" "--no-group" "--rsync-path" "sudo rsync" "-e" "ssh -p 2222 -o LogLevel=FATAL  -o ControlMaster=auto -o ControlPath=/tmp/ssh.252 -o ControlPersist=10m  -o IdentitiesOnly=yes -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -i '/home/tw/w/borg/.vagrant/machines/openbsd64/virtualbox/private_key'" "--exclude" ".vagrant/" "/home/tw/w/borg/" "vagrant@127.0.0.1:/vagrant/borg/borg"
Error: sudo: rsync: command not found
rsync: connection unexpectedly closed (0 bytes received so far) [sender]
rsync error: error in rsync protocol data stream (code 12) at io.c(226) [sender=3.1.1]
@ThomasWaldmann ThomasWaldmann added this to the 1.0.8rc1 fixes milestone Oct 8, 2016
@ThomasWaldmann
Copy link
Member Author

vagrant version: 1.8.4 and 1.8.6 (debian package) on ubuntu linux 64bit.

have seen similar effect before: #716

@ThomasWaldmann ThomasWaldmann self-assigned this Oct 15, 2016
ThomasWaldmann added a commit to ThomasWaldmann/borg that referenced this issue Oct 15, 2016
self-made basic openbsd box includes pre-installed rsync as vagrant is unable to install rsync.
as the self-made box now has enough space on /, remove workaround for low space.
delete line from tox.ini with sed so it does not try to install llfuse (which is broken on openbsd).
ThomasWaldmann added a commit that referenced this issue Oct 15, 2016
@ThomasWaldmann
Copy link
Member Author

Fixed by #1724.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant