Shared folder with OpenWRT

252 views
Skip to first unread message

David Poxon

unread,
Dec 2, 2015, 1:01:46 AM12/2/15
to Vagrant
Hi, 

Anyone have experience using OpenWRT with Vagrant? I can't get Virtualbox guest additions to install on OpenWRT, so I was hoping to use NFS to share files with the OpenWRT Vagrant box. However, Vagrant hangs when mounting the NFS shared folders, and I think this is because Vagrant can't configure the OpenWRT network interfaces for the private network (which I set auto_config: false to avoid the error message).

Any thoughts/help/experience regarding this?

Alvaro Miranda Aguilera

unread,
Dec 2, 2015, 5:50:49 AM12/2/15
to vagra...@googlegroups.com
Hello,

you can try use rsync.

there are some recipes for get that working on window, but for OSX and linux just works.


Alvaro

--
This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list.
 
GitHub Issues: https://github.com/mitchellh/vagrant/issues
IRC: #vagrant on Freenode
---
You received this message because you are subscribed to the Google Groups "Vagrant" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vagrant-up+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vagrant-up/42fdf034-9b71-49a6-93a8-48e602a6d775%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

David Poxon

unread,
Dec 2, 2015, 6:39:45 PM12/2/15
to vagra...@googlegroups.com
I tried using rsync... the issue is, the OpenWRT box does not have rsync installed by default.

Is there ay way to provision before setting up the synced folder? I can disable the synced folder on `vagrant up`, let it provision, then enable the synced folder and run `vagrant reload`, but it would be better if I didn't have to continuously modify the Vagrantfile to make this work. 

You received this message because you are subscribed to a topic in the Google Groups "Vagrant" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/vagrant-up/Q8nPuYXWeJk/unsubscribe.
To unsubscribe from this group and all its topics, send an email to vagrant-up+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vagrant-up/ED55E27D-CACA-4C07-AD23-C25275BAE22C%40gmail.com.

Alvaro Miranda Aguilera

unread,
Dec 3, 2015, 3:23:14 AM12/3/15
to vagra...@googlegroups.com
Hello

That is like breaking the chicken-egg.

better do a new chicken (or egg)

that is, install rsync and create a new Vagrant box. :)

Alvaro.


Reply all
Reply to author
Forward
0 new messages