首页 > 解决方案 > “mount.nfs:连接超时”在 Ubuntu 18.04 上安装 open edX 时出错

问题描述

我正在尝试在 Ubuntu 18.04 上安装基于 vagrant 的 open edX (Ginkgo) devstack。但是当我做 vagrant up 时,执行会卡在 MOUNT。并在一段时间后低于错误。

The following SSH command responded with a non-zero exit status.
Vagrant assumes that this means the command failed!

mount -o vers=3,udp 192.168.33.1:/home/sahilpatel/ginkgo/edx-platform 
/edx/app/edxapp/edx-platform

Stdout from the command:

Stderr from the command:

mount.nfs: Connection timed out

我的系统版本如下: Vagrant 2.2.0 Virtualbox 5.2.22r126460

标签: vagrantvirtualboxmountnfsopenedx

解决方案


推荐阅读