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

CentOS machines hang on configuring network interfaces #5348

Closed
zer0def opened this issue Feb 17, 2015 · 5 comments
Closed

CentOS machines hang on configuring network interfaces #5348

zer0def opened this issue Feb 17, 2015 · 5 comments

Comments

@zer0def
Copy link

zer0def commented Feb 17, 2015

After taking a peek at lines 43-44: https://github.com/mitchellh/vagrant/blame/master/plugins/guests/redhat/cap/configure_networks.rb , I've found out the 'cause of my agonies.

You shouldn't be taking down any interfaces, until you're finished setting up config files for them, especially when you can't have any certainty that the interface you're putting to sleep isn't the one you're using for configuring an instance at the moment.

On top of that, touch and sed on lines 48-49 rely on the file not existing in the first place, which is simply a bad assumption, because it's being (unintentionally?) reused, eventually leading to assigning multiple values to keys.

@sethvargo sethvargo added this to the 1.8 milestone Jul 10, 2015
@sethvargo
Copy link
Contributor

Hi @zer0def

Can you please give us a Vagrantfile to reproduce this issue? Thanks!

@seocam
Copy link

seocam commented Sep 24, 2015

Isn't it a dup of #2881?

@sethvargo
Copy link
Contributor

Hi @zer0def

Could you please share your Vagrantfile so we can reproduce this issue? Thanks! 😄

@mitchellh
Copy link
Contributor

Dup of #2881, regardless of response here.

@altexdim
Copy link
Contributor

altexdim commented Mar 5, 2016

possible solution #7104

@ghost ghost locked and limited conversation to collaborators Apr 5, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants