Skip to content

support :public_network and writable issue#47

Closed
luanntvn wants to merge 1 commit intoagiledivider:masterfrom
luanntvn:master
Closed

support :public_network and writable issue#47
luanntvn wants to merge 1 commit intoagiledivider:masterfrom
luanntvn:master

Conversation

@luanntvn
Copy link
Contributor

@luanntvn luanntvn commented Aug 4, 2014

writable issue: on MacOSX (mine is 10.6.8), we can assign write permission with ACL extensions, like: sudo chmod +a "$USER allow write,append" /etc/hosts, but File.writable returns false while File.writable_real returns true

writable issue: on MacOSX (mine is 10.6.8), we can assign write permission with ACL extensions, like: sudo chmod +a "$USER allow write,append" /etc/hosts, but File.writable returns false while File.writable_real returns true
@rheinardkorf
Copy link

Awesome patch thanks.

Could the contributors please look at merging this?

For others who stumble upon this, you will need to add a static IP to your public network settings in Vagrantfile.

e.g.
config.vm.network "public_network", ip: "192.168.1.20", bridge: 'en1: Wi-Fi (AirPort)'

Of course, update with your IP and your network interface (the example is the standard bridge interface on OSX).

@devnix
Copy link

devnix commented Apr 7, 2015

Right now, working like a charm on Ubuntu 14.10. I guess I will test it soon on Elementary Isis 😄

config.vm.network "public_network", ip: "192.168.1.50", :bridge => 'wlan0'

Please, consider merging this!

@mbarcia
Copy link

mbarcia commented Sep 26, 2015

Also, please consider merging this, thank you

@cgsmith cgsmith added this to the 0.12 milestone Nov 4, 2015
@cgsmith
Copy link
Collaborator

cgsmith commented Nov 7, 2015

Merged with develop

@cgsmith cgsmith closed this Nov 7, 2015
cgsmith added a commit that referenced this pull request Nov 7, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

Comments