vagrant-projects icon indicating copy to clipboard operation
vagrant-projects copied to clipboard

vagrant install 19c interrupted

Open XiaoYu-HN opened this issue 1 year ago • 1 comments

My Host OS is Windows 11. When I run vagrant up in 19.3.0 folder, it always stop with below error message:

...
    oracle-19c-vagrant:   Installing : 1:quota-4.01-19.el7.x86_64                                 52/55
    oracle-19c-vagrant:   Installing : 1:nfs-utils-1.3.0-0.68.0.1.el7.2.x86_64                    53/55
    oracle-19c-vagrant:   Installing : 2:ethtool-4.8-10.el7.x86_64                                54/55
    oracle-19c-vagrant:   Installing : oracle-database-preinstall-19c-1.0-3.el7.x86_64            55/55
The SSH connection was unexpectedly closed by the remote end. This
usually indicates that SSH within the guest machine was unable to
properly start up. Please boot the VM in GUI mode to check whether
it is booting properly.

XiaoYu-HN avatar Oct 07 '23 07:10 XiaoYu-HN

@XiaoYu-HN This is an unusual error. It's essentially a timeout issue. Here are some things to check:

  • Make sure that Hyper-V is completely disabled. The situation is improving, but VirtualBox isn't 100% compatible with Hyper-V, and Hyper-V can cause problems with the projects in this repository. See How to disable Hyper-V in Windows 11 for instructions.
  • If you're not running the latest versions of VirtualBox (7.0.10r158379) and Vagrant (2.3.7), consider upgrading.
  • Ensure that you're running the latest versions of any Vagrant plugins that you've installed. If you've installed any plugins other than vagrant-env and/or vagrant-proxyconf, try uninstalling them.
  • If you've made any changes to the files in the OracleDatabase\19.3.0 directory or its subdirectories, try reverting them.
  • If there's a Vagrantfile in the directory %USERPROFILE%\.vagrant.d, try renaming it, so that it's not merged with the project's Vagrantfile.

PaulNeumann avatar Oct 08 '23 16:10 PaulNeumann