问题1,

==> homestead-7: Waiting for machine to boot. This may take a few minutes...
    homestead-7: SSH address: 127.0.0.1:2222
    homestead-7: SSH username: vagrant
    homestead-7: SSH auth method: private key
 Timed out while waiting for the machine to boot. This means that
 Vagrant was unable to communicate with the guest machine within
 the configured ("config.vm.boot_timeout" value) time period.

 If you look above, you should be able to see the error(s) that
 Vagrant had when attempting to connect to the machine. These errors
 are usually good hints as to what may be wrong.

 If you're using a custom box, make sure that networking is properly
 working and you're able to connect to the machine. It is a common
 problem that networking isn't setup properly in these boxes.
 Verify that authentication configurations are also setup properly,
 as well.

 If the box appears to be booting properly, you may want to increase
 the timeout ("config.vm.boot_timeout") value.

问题2,

==> homestead: Running 'pre-boot' VM customizations...
==> homestead: Booting VM...
 There was an error while executing `VBoxManage`, a CLI used by Vagrant for controlling VirtualBox. The command and stderr is shown below.

 Command: ["startvm", "4f5ab4ac-0f0e-4326-99fc-3a6935e070ac", "--type", "headless"]

 Stderr: VBoxManage: error: VT-x is not available (VERR_VMX_NO_VMX) VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component ConsoleWrap, interface IConsole

问题3,

There was an error while executing `VBoxManage`, a CLI used by Vagrant
for controlling VirtualBox. The command and stderr is shown below.

Command: ["startvm", "78c6051d-e4f7-4414-9c6a-29ff3465d03c", "--type", "headless"]

Stderr: VBoxManage: error: VT-x is not available (VERR_VMX_NO_VMX)
VBoxManage: error: Details: code NS_ERROR_FAILURE (0x80004005), component ConsoleWrap, interface IConsole

历史命令,

        -- :: cd /etc/yum.repos.d/
        -- :: wget http://download.virtualbox.org/virtualbox/rpm/rhel/virtualbox.repo
        -- :: yum update -y
        -- :: rpm -qa kernel |sort -V |tail -n
        -- :: uname -r
        -- :: rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-.noarch.rpm
        -- :: yum install binutils gcc make patch libgomp glibc-headers glibc-devel kernel-headers kernel-devel dkms
        -- :: yum -y install VirtualBox-6.0
       -- :: ps -nf|grep yum
      -- :: ps -ef | grep yum
      -- :: yum -y localinstall /root/download/VirtualBox-.x86_64.rpm
      -- :: /usr/lib/virtualbox/vboxdrv.sh setup
      -- :: VirtualBox
      -- :: systemctl start vboxdrv.service
      -- :: systemctl status vboxdrv.service
      -- :: systemctl enable vboxdrv.service
      -- :: yum -y localinstall /root/download/vagrant_2..5_x86_64.rpm

// 保存镜像
// 创建 homestead.json文件
       -- :: vagrant box add homestead.json
       -- :: vagrant box list
       -- :: vagrant box remove laravel/homestead --provider=virtualbox --box-version
       -- :: vagrant box list

       -- :: yum install git
       -- :: git clone https://github.com/laravel/homestead.git Homestead
       -- :: git checkout v6.1.0
       -- :: cd Homestead/
       -- :: git checkout v6.1.0
       -- :: bash init.sh
       -- :: vagrant up
       -- :: ssh-keygen -t rsa -b  -C "334200623@qq.com"
       -- :: eval "$(ssh-agent -s)"
       -- :: ssh-add -k ~/.ssh/id_rsa
       -- :: vagrant up
       -- :: systemctl status vboxdrv.service
       -- :: vagrant -v
       -- :: whereis vagrant
       -- :: sudo vagrant up
       -- :: vagrant up
       -- :: vagrant ssh
       -- :: reboot
       -- :: vagrant init
       -- :: vagrant init virtualbox.box
       -- :: vagrant reload
       -- :: vagrant up
       -- :: cd Homestead/
       -- :: vagrant up
       -- :: ps -ef | grep vagrant
       -- :: kill -
       -- :: vagrant up
       -- :: vagrant reload
       -- :: virtualbox -v
       -- :: virtualbox -version
       -- :: cd Homestead/
       -- :: vagrant up
       -- :: vagrant reload
       -- :: find /etc               Timed out while waiting for the machine to boot. This means that
       -- :: Vagrant was unable to communicate with the guest machine within
       -- :: the configured ("config.vm.boot_timeout" value) time period.
       -- :: If you look above, you should be able to see the error(s) that
       -- :: Vagrant had when attempting to connect to the machine. These errors
       -- :: are usually good hints as to what may be wrong.
       -- :: If you're using a custom box, make sure that networking is properly
       -- :: working and you're able to connect to the machine. It is a common
       -- :: problem that networking isn't setup properly in these boxes.
       -- :: Verify that authentication configurations are also setup properly,
       -- :: as well.
       -- :: If the box appears to be booting properly, you may want to increase

       -- :: find /etc private*.*
       -- :: vboxmanage --version
       -- :: virtualbox
       -- :: virtualbox --version
       -- :: vagrant --version
       -- :: cat /etc/issue
       -- :: uname -a
       -- :: lsb_release -a
       -- :: cat /etc/redhat-release
       -- :: cd H
       -- :: cd Homestead/
       -- :: git checkout v9.0.7
       -- :: git checkout v9.0.0
       -- :: git checkout master
       -- :: cd ~
       -- :: cd Homestead/
       -- :: git clone https://github.com/laravel/homestead.git Homestead
      -- :: git checkout v9.0.7
     -- :: git branch -a
     -- :: git
     -- :: git checkout
     -- :: git checkout v9.0.7
     -- :: git checkout v6.1.0
     -- :: 充电~
     -- :: cd ~
     -- :: git clone https://github.com/laravel/homestead.git Homestead
     -- :: git checkout v9.0.7
     -- :: cd Homestead/
     -- :: git checkout v9.0.7
     -- :: bash init.sh
     -- :: vagrant up
     -- :: vagrant box list
     -- :: cd Homestead/
     -- :: vagrant up
     -- :: vagrant reload
     -- :: history
     -- :: vagrant status
     -- :: vagrant box remove virtualbox
     -- :: vagrant box list
     -- :: vagrant box remove laravel/homestead
     -- :: vagrant --version
     -- :: mkdir ~/homestead
     -- :: cd homestead/
     -- :: ll
     -- :: vagrant box add /homestead.json
     -- :: vagrant box add /root/homestead.json
     -- :: vagrant box list
     -- :: vagrant init
     -- :: vagrant init laravel/homestead
     -- :: cd ~
     -- :: git clone https://github.com/laravel/homestead.git Homestead
     -- :: cd Homestead/
     -- :: git checkout v9.0.7
     -- :: ll
     -- :: bash init.sh
     -- :: ll
     -- :: vagrant init laravel/homestead
     -- :: vagrant up
     -- :: vagrant up
     -- :: vagrant up

Centos7 安装Homestead环境的更多相关文章

  1. Centos7 安装Homestead环境2

    历史命令, -- :: cd /etc/yum.repos.d/ -- :: wget http://download.virtualbox.org/virtualbox/rpm/rhel/virtu ...

  2. CentOS7安装openjdk8+环境变量配置

    CentOS7安装openjdk8+环境变量配置 步骤: 使用yum命令安装openjdk yum clean yum install -y java-1.8.0-openjdk-1.8.0.212. ...

  3. centos7安装kvm环境采用网桥模式并创建虚拟机制作openstack需要的镜像

    初始环境的安装:centos7 mini iso镜像进行安装的系统 采用的环境是vm该软件,联网方式NAT模式下配置的静态ip(如何在NAT模式下配置静态ip参考之前的文章) 1.由于要安装kvm环境 ...

  4. CentOS7安装桌面环境以及中文语言支持

    CentOS7 操作系统 http://public-yum.oracle.com/oracle-linux-isos.html ================================= 1 ...

  5. CentOS7安装JAVA环境

    安装JAVA环境我常用的有两种形式 1.下载tar包安装 2.下载rpm包直接安装 本篇内容就写这两种形式的安装方法: JAVA程序的下载地址:https://www.oracle.com/java/ ...

  6. Linux centos7 安装.net 环境

    其实在linux 下安装.net 环境并不复杂,但最近遇到的服务器没有外网,比较坑很多依赖都没有,记录下这次的安装过程. 一开始以为是服务器没有外网,后来发现是服务器没有配置dns,于是配置dns 第 ...

  7. CentOS7 安装java 环境 摘抄

    转http://www.diyhi.com/hostConfig.html 服务器环境配置 下面介绍全新安装的CentOS系统服务器安装配置商城软件服务环境的方法.演示主机操作系统为CentOS 7. ...

  8. Centos7安装lnmp环境

    系统版本:centos7 64位 PHP版本:PHP 7.0.21 Nginx版本:1.8.1 MySQL版本:5.5.17 注:1.所有安装都必须放在 /usr/local/src文件夹下 2.添加 ...

  9. Centos7安装JDK环境配置

    作为一名程序员,各种环境搭建都要会. 下面介绍关于Linux操作系统之centos7(64位)安装JDK以及环境配置. 下面开始学习吧 查看并卸载CentOS自带的OpenJDK 安装好的CentOS ...

随机推荐

  1. python中的变量,字符串,用户交互,if语句

    一:python介绍 python的创始人为吉多·范罗苏姆,创始时间是1989年. 1python是一门什么样的语言 python是一门解释型弱类型语言★ 弱类型:弱类型的变量可以变,强类型的变量不能 ...

  2. 用java打印日历

    来自<java核心技术卷一> /** * Created by wangbin10 on 2019/1/3. * 打印当月日历 */ public class CalendarTest { ...

  3. Unity AssetBundle,Asset,GameObject之间的联系

    一.问题 首先,这里说明一下,我这边的GameObject有点笼统,就是表达的是游戏中的具体实例. 二.概念 1)Asset是什么? 游戏中具体的资源,像texture,mesh,material,s ...

  4. maven的下载与安装,卸载替换eclipse自带的maven

    首先呢,博主在这里给大家一个建议,最好不要用eclipse自带的maven.因为这家伙总会出现一些这样那样的错误,比如常见的jar包下载不全或者是install打包报错等等. 博主用了一段时间,还是觉 ...

  5. JRebel的优势与使用(基于IDEA)

    在平时的工作产出中,代码出现问题时往往要不停的修改测试其正确性,每次修改一部分代码都需要重启项目,这十分的耗时,对于企业大型项目来说你重启的时间够你去喝杯咖啡了,本篇博文主要就减少重启项目时间为目的来 ...

  6. vux loadmore + axios 实现点击加载更多

    在微信项目中有应用过几个上拉加载更多的组件,但总会出现一些兼容性方面的bug,需要各种补漏(注:组件都是基于iscroll实现的, iscroll原本就有些坑).Vux也有提供Scroller组件实现 ...

  7. 网络IO-阻塞、非阻塞、IO复用、异步

    网络socket输入操作分为两个阶段:等待网络数据到达和将到达内核的数据复制到应用进程缓冲区.对这两个阶段不同的处理方式将网络IO分为不同的模型:IO阻塞模型.非阻塞模型.多路复用和异步IO. 一 阻 ...

  8. 使用Jenkins部署.Net Core遇到的几个坑

    搞过CI/CD的同学一定吃过不少苦头,或者说遇到不少坑,但是对自动化的执着住挡不了前进的步伐,如果你缺少了运维这一块知识,那么你的流水线总是不那么完美,本文记录的是自己躺过的坑,希望对你有所帮助. 一 ...

  9. C++学习书籍推荐《C++程序设计原理与实践》下载

    百度云及其他网盘下载地址:点我 编辑推荐 <C++程序设计原理与实践>是经典程序设计思想与C++开发实践的完美结合,是C++之父回归校园后对C++编程原理和技巧的全新阐述.书中全面地介绍了 ...

  10. WordPress教程之如何创建博客内容

    上两篇教程的链接: Wordpress教程之初识WordPress Wordpress教程之如何入门WordPress Hostwinds共享主机vps限时五折优惠链接 现在,你的 WordPress ...