我使用 vagrant 在 virtualbox 上部署了一个虚拟机(虚拟机运行 Linux red hat OS)。我正在尝试在 VM 上运行 vertica,但是每次vagrant up配置失败时都会出现此错误:
No such file or directory vertica-8.0.0-0.x86_64.RHEL6.rpm
The SSH command responded with a non-zero exit status. Vagrant
assumes that this means the command failed. The output for this command
should be in the log above. Please read the output to determine what
went wrong.
我从 vertica 门户下载了 vertica-8.0.0-0.x86_64.RHEL6.rpm,它与我的 Vagrantfile 位于同一目录中
我在网上尝试了许多其他解决方案,但似乎仍然没有任何效果
有人知道问题可能是什么吗?