vagrant创建Ubuntu 15.04虚拟机,修改hostname时报错:Failed to start hostname.service: Unit hostname.service is masked.的解决办法。
因为hostname.service默认状态是masked,但是调用sudo systemctl unmask hostname.service后照旧失败。于是把系统的init系统从systemd切换到upstart,问题即可解决。
在虚拟机上进行Ubuntu 15.04安装全过程图片解析:http://www.linuxdiyf.com/linux/12085.html
虚拟机怎么安装Ubuntu 15.04试用?:http://www.linuxdiyf.com/linux/11947.html