You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@sepetrov
It seems to believe your guest os is running atomic.
INFO guest: Autodetecting host type for [#<Vagrant::Machine: dev (VagrantPlugins::ProviderVirtualBox::Provider)>]
INFO ssh: Execute: grep 'ostree=' /proc/cmdline (sudo=false)
INFO guest: Detected: atomic!
which is why it is trying to run the hostnamectl set-hostnamecommand and failing since either the path to that command does not exist or the binary does not exist on your box most likely.
Vagrant fails to set the hostname. Similar issue was reported in #4352
Host OS: Mac OS El Capitan (version 10.11)
Guest OS: CentOS release 6.6 (Final)
VirtualBox: 5.0.8 r103449
Vagrant log: https://gist.github.com/sepetrov/eb6eb37b599586ff268b
The text was updated successfully, but these errors were encountered: