I'm sorry for the rudimentary question, but I'd appreciate it if you could answer it.
An error occurred while learning about local environment development during dot installation.This is an error when I did vagrant init bento/centos-6.8
, set the IP address of the virtual machine, and then vagrantup
.
An error occurred while downloading the remote file.The error
message, if any, is reproduced below. Please fix this error and try
again
OpenSSL SSL_read—SSL_ERROR_SYSCALL, errno54
It comes out like this.
What should I do to start it as usual?
Thank you.
Environment: macOS Sierra (10.12.6), OpenSSL 0.9.8zh 14 Jan 2016, Terminal
vagrant macos openssl
(I don't think this answer is directly related to this error, but I'll post it as an answer because it's resolved in the questioner's environment.)
(I don't think this answer is directly related to this error, but I will post it as an answer as it is resolved in the questioner's environment.)The current directory running vagrantup
may be incorrect. Please cd
to the directory where vagrantfile
was created by vagrantinit
and then vagrantup
.If you follow the video from the dot installation, it should be named MyCentOS
.
In addition, similar errors with different errno are found in the following articles: rm~/.vagrant.d/tmp/*
Try vagrantup
several times, check your Internet connection, and upgrade OpenSSL.However, I haven't checked why each of them is okay.I hope you can use it as a search keyword to solve this problem.
© 2024 OneMinuteCode. All rights reserved.