码迷,mamicode.com
首页 > 其他好文 > 详细

vagrant 创建虚拟机时遇到问题

时间:2016-08-21 10:51:15      阅读:210      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!