-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
setting hostname throw an error on Fedora 20 #2745
Comments
+1 |
I have the same issue and I'm not sure what alternatives there are besides not setting the hostname at all. |
+1, this is also affecting me |
+1 |
2 similar comments
+1 |
+1 |
same here with 1.6.3, but with more debug info.
corresponding to this Vagrantfile instruction:
In Fedora 20, the file that contains the hostname is in
and can be set with |
This appears to be the same issue found in #4352 |
Fixed by #4352 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
if an hostname is set in Vagrantfile, there is an error at boot:
journalctl -xn
explains that dhclient is already running (NetworkManager started it)but in fact, the hostname is set without needing to run this command, I commented it in
/usr/lib64/ruby/gems/1.9.1/gems/vagrant-1.4.1/plugins/guests/redhat/cap/change_host_name.rb
and the initialization process now proceed to configuring network interface and mounting nfs.And once I
vagrant ssh
I can confirm that the hostname is correctly configured.The text was updated successfully, but these errors were encountered: