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

Fix ifconfig command not found #1

Merged
merged 2 commits into from
Nov 3, 2015
Merged

Fix ifconfig command not found #1

merged 2 commits into from
Nov 3, 2015

Conversation

mightydok
Copy link
Contributor

Otherwise we get an error: "bash: ifconfig command not found"

@rogeriopradoj
Copy link
Owner

Hi, @mightydok , I'm not getting this error..., I need your help to reproduce it here, ok?

Please, tell me:

Thanks!

@mightydok
Copy link
Contributor Author

Host OS - Windows 8.1
Guest OS - Debian 8

Box: config.vm.box = "debian/jessie64"

Btw, we can use full path to ifconfig - /sbin/ifconfig, and dont use sudo.

@rogeriopradoj
Copy link
Owner

Oh, now I see. I guess it's a thing in debian-like OS. With Ubuntu-like boxes, /sbin (the place where ifconfig is located) is already in PATH.

As you patch solves the problem in debian-like and works fine with the others distributions, merging it know!

Thanks so much!

@rogeriopradoj rogeriopradoj changed the title Add sudo before ifconfig Fix ifconfig command not found Nov 3, 2015
rogeriopradoj added a commit that referenced this pull request Nov 3, 2015
Fix ifconfig command not found
@rogeriopradoj rogeriopradoj merged commit a9e53cd into rogeriopradoj:master Nov 3, 2015
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 this pull request may close these issues.

2 participants