首页 > 其他 > 详细

vagrant 创建虚拟机时遇到问题

时间:2016-08-21 10:48:44      阅读:250      评论:0      收藏:0      [点我收藏+]

问题1 :  ceph-node3: Warning: Authentication failure. Retrying..

问题分析: ssh 认证失败,在向虚拟机拷贝内容时权限不足。

解决办法: 在用户的根目录下 找到.ssh目录。

               cd /home/vagrant

               chmod 0700 .ssh

               cd .ssh

               chmod 0600 authorized_keys

 

问题2: 

A VirtualBox machine with the name ‘ceph-node1‘ already exists.
Please use another name or delete the machine with the existing
name, and try again.

 

问题分析:

说明虚拟机已经存在了,需要删除该虚拟机再创建。

 

解决办法:

 检查状态

技术分享

 删除对应的ID

 技术分享

 从VMBox列表删除虚拟机

技术分享

 

vagrant 创建虚拟机时遇到问题

原文:http://www.cnblogs.com/damizhou/p/5792184.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!