各种报错,各种升级,各种重装,重启!!

记录一下一些错误吧,,,

错误太复杂,,,,

原因:版本问题!、CPU虚拟化问题、win10问题、软件兼容性问题、还有就是各种不细心啥的



 

 

 

 

分割线

错误列举:

There was an error while executing `VBoxManage`, a CLI used by Vagrant

for controlling VirtualBox. The command and stderr is shown below.

Command: ["startvm", "d6456bcd-c40c-41a7-9c13-2fb1b80bba21", "--type", "headless"]

Stderr: VBoxManage.exe: error: The virtual machine 'homestead-7' has terminated unexpectedly during startup with exit code 1 (0x1). More details may be available in 'C:\Users\Administrator\VirtualBox VMs\homestead-7\Logs\VBoxHardening.log'

VBoxManage.exe: error: Details: code E_FAIL (0x80004005), component MachineWrap, interface Imachine

-------------------------

 

issue:

https://github.com/hashicorp/vagrant/issues/9318

 

 

If you're running on windows try the following, from VirtualBox forum post

Go to C:\Program Files\Oracle\VirtualBox\drivers\vboxdrv directory, right click on VBoxDrv.inf and select Install.

Go to console and enter 'sc start vboxdrv'.

Then try 'vagrant up'. Worked for my issue.

 

 

Had the same issue with vagrant 2.0.1 and VirtualBox 5.2.4 on Windows 10. Issue occured when I updated VirtualBox from 5.2.2 to 5.2.4. A complete reinstall of VirtualBox as suggested in previous comment fixed the issue.

 

--------------------------------------------------------------

Guest-specific operations were attempted on a machine that is not

ready for guest communication. This should not happen and a bug

should be reported.

 

----------------------------------------------------

==> homestead-7: Machine booted and ready!

==> homestead-7: Checking for guest additions in VM...

==> homestead-7: Setting hostname...

==> homestead-7: Configuring and enabling network interfaces...

==> homestead-7: Mounting shared folders...

homestead-7: /vagrant => C:/Users/Administrator/Homestead

homestead-7: /home/vagrant/myCode => C:/Users/Administrator/myCode

==> homestead-7: Machine already provisioned. Run `vagrant provision` or use the `--provision`

==> homestead-7: flag to force provisioning. Provisioners marked to run always will still run.

 

--------------------------------------------------

The guest machine entered an invalid state while waiting for it

to boot. Valid states are 'starting, running'. The machine is in the

'unknown' state. Please verify everything is configured

properly and try again.

 

If the provider you're using has a GUI that comes with it,

it is often helpful to open that and watch the machine, since the

GUI often has more helpful error messages than Vagrant can retrieve.

For example, if you're using VirtualBox, run `vagrant up` while the

VirtualBox GUI is open.

 

The primary issue for this error is that the provider you're using

is not properly configured. This is very rarely a Vagrant issue.

 

Try vagrant plugin repair followed by vagrant plugin update

 

 

@yeongsheng-tan : thanks for your answer, just did what you suggested but the problem still persists

EDIT: wait! I did vagrant reload --provision and seems that problem went away! I try a couple of times and let you know if there's still any issue! Thanks :-)

 

https://github.com/hashicorp/vagrant/issues/9017

 

Guest communication could not be established! This is usually because

homestead-7: SSH is not running, the authentication information was changed,

homestead-7: or some other networking issue. Vagrant will force halt,

homestead-7: SSH address: 127.0.0.1:2222

homestead-7: SSH username: vagrant

homestead-7: SSH auth method: private key

homestead-7: Warning: Connection reset. Retrying...

homestead-7: Warning: Connection aborted. Retrying..

 

homestead-7: Warning: Connection aborted. Retrying...

homestead-7: Warning: Remote connection disconnect. Retrying...

homestead-7: Warning: Connection reset. Retrying...

homestead-7: Warning: Connection aborted. Retrying...

 

 

把 Vagrant 升级到2.1.12就解决了

 

 

将VirtualBox兼容模式改为win7

勾选以管理员身份运行

安全里面各组个用户全部编辑好权限并勾选

 

 

 

 

如果一直homestead-7: Warning: Remote connection disconnect. Retrying...

1.找到C:\Users\用户名\Homestead.vagrant\machines\homestead-7\virtualbox\private_key

 

2.修改private_key文件的权限:右键-属性-安全-编辑-添加-搜索你的用户名-确定-给完全控制权限-应用-确定

 

3.再回去看你运行的vagrant up命令行界面,是不是已经从warring转到running了,快试试vagrant ssh吧!

文章来源:刘俊涛的博客

欢迎关注,有问题一起学习欢迎留言、评论。

laravel 安装环境安了三天!!的更多相关文章

  1. Laravel学习笔记(三)--在CentOS上配置Laravel

    在Laravel框架上开发了几天,不得不说,确实比较优雅,处理问题逻辑比较清楚.     今天打算在CentOS 7上配置一个Laravel,之前都是在本机上开发,打算实际配置一下.     1)系统 ...

  2. Laravel 5 系列教程三:视图变量传递和Blade

    免费视频教程地址https://laravist.com/series/laravel-5-basic 上一篇我们简单地说了Router,Views和Controllers的工作流程,这一次我就按照上 ...

  3. Laravel学习笔记(三)数据库 数据库迁移

    该章节内容翻译自<Database Migration using Laravel>,一切版权为原作者. 原作者:Stable Host, LLC 翻译作者:Bowen Huang 正文: ...

  4. Laravel 5 基础(三)- 向视图传送数据

    我们在Routes.php中新建一个路由 Route::get('about', 'PagesController@about'); 在浏览器中浏览会获得一个错误,错误信息仅仅是一个提示信息,缺少细节 ...

  5. Laravel 5 基础(三)- 向视图传送数据(续)

    我们不仅仅可以向视图传送一个数据,同样我们可以传送Array public function about() { return view('pages.about')->with([ 'firs ...

  6. Laravel数据库操作的三种方式

    http://blog.csdn.net/zls986992484/article/details/52824962

  7. laravel 在windows中使用一键安装包步骤

    安装 PHP 注意一:Laravel 5.0 开始对 PHP 版本的要求是 >=5.4,Laravel 5.1 要求 PHP 版本 >=5.5.9,所以,建议大家尽量安装 5.5.x 的最 ...

  8. Laravel 集成 JPush 极光推送指北

    我是一个 Laravel 小白,我是一个 Laravel 小白,我是一个 Laravel 小白(默念三遍再往下读,如果非小白就不用看了). Laravel 使用 Composer 来管理代码依赖.所以 ...

  9. 在 Windows 上安装 Laravel 5.x

    由于工作中要用到 Laravel ,所以在此记录以备忘. 下载并设置 PHP 进入 http://windows.php.net/download/ 下载 PHP 5.5.x 的最新版本.如果你用的是 ...

随机推荐

  1. 【BZOJ1098】[POI2007]办公楼biu

    题目一开始看以为和强联通分量有关,后来发现是无向边,其实就是求原图的补图的联通块个数和大小.学习了黄学长的代码,利用链表来优化,其实就是枚举每一个人,然后把和他不相连的人都删去放进同一个联通块里,利用 ...

  2. 我的OI生涯 第七章 终篇

    11.10日. 我们TSOI再次来到了熟悉的燕山大学,只不过这次是真刀真枪的干了. 望着那座熟悉的小桥,身边的好友不知此行过后还有多少. 下午才到,出人意外的是这次没有住燕大宾馆而是选择了熟悉的格林豪 ...

  3. Codeforces 1103 C. Johnny Solving

    Codeforces 1103 C. Johnny Solving 题目大意: 有一张 \(n\) 个点 \(m\) 条边的简单无向图,每个点的度数至少为 \(3\) ,你需要构造出两种情况之一 一条 ...

  4. 2017-2018-1 JAVA实验站 第二周作业

    2017-2018-1 JAVA实验站 第二周作业 小组成员: 组长 20162318张泰毓 成员 20162303石亚鑫 20162304张浩林 20162307张韵琪 20162321王彪 201 ...

  5. bzoj 1026

    很久以前做过的一道数位DP,现在用一种新的解决数位DP的比较一般的方法. 数位DP裸题是:求[L,R]有多少个数. 先转化成求[0,R]有多少个数,然后区间相减即可. 对于[0,R]中的所有数,用0补 ...

  6. Google Code Jam Africa 2010 Qualification Round Problem A. Store Credit

    Google Code Jam Qualification Round Africa 2010 Problem A. Store Credit https://code.google.com/code ...

  7. HTML5 元素拖动 - 实现元素左右拖动, 或更改自身排序

    1.拖放(Drag 和 drop)是 HTML5 标准的组成部分. 拖放是一种常见的特性,即抓取对象以后拖到另一个位置.在 HTML5 中,拖放是标准的一部分,任何元素都能够拖放. 浏览器支持:Int ...

  8. linux基础命令学习 (八)磁盘空间

    一.df linux中df命令的功能是用来检查linux服务器的文件系统的磁盘空间占用情况.于du不同的是,du是面向文件的命令,只计算被文件占用的空间.不计算文件系统metadata 占用的空间.d ...

  9. 【多线程】java多线程Completablefuture 详解【在spring cloud微服务之间调用,防止接口超时的应用】【未完成】

    参考地址:https://www.jianshu.com/p/6f3ee90ab7d3 示例: public static void main(String[] args) throws Interr ...

  10. ASP.NET Core 1.0基础之应用启动

    来源https://docs.asp.net/en/latest/fundamentals/startup.html ASP.NET 5 使得应用对每个http请求有完整的控制权.Startup类是程 ...