Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vagrant install 19c interrupted #495

Open
XiaoYu-HN opened this issue Oct 7, 2023 · 1 comment
Open

vagrant install 19c interrupted #495

XiaoYu-HN opened this issue Oct 7, 2023 · 1 comment

Comments

@XiaoYu-HN
Copy link

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.
@PaulNeumann
Copy link
Contributor

PaulNeumann commented Oct 8, 2023

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants