Skip to content

Instantly share code, notes, and snippets.

@s3w47m88
Created August 25, 2017 00:55
Show Gist options
  • Save s3w47m88/74516668b9636577bb7b2cf4c7209c39 to your computer and use it in GitHub Desktop.
Save s3w47m88/74516668b9636577bb7b2cf4c7209c39 to your computer and use it in GitHub Desktop.
Vagrant Up Mounting Issue on Ubuntu
s3w47m88@spencer-hill-ubuntu:~/Sites/kangapestcontrol.com/trellis$ vagrant upBringing machine 'default' up with 'virtualbox' provider...
==> default: Checking if box 'bento/ubuntu-16.04' is up to date...
==> default: Clearing any previously set network interfaces...
==> default: Preparing network interfaces based on configuration...
default: Adapter 1: nat
default: Adapter 2: hostonly
==> default: Forwarding ports...
default: 22 (guest) => 2222 (host) (adapter 1)
==> default: Running 'pre-boot' VM customizations...
==> default: Booting VM...
==> default: Waiting for machine to boot. This may take a few minutes...
default: SSH address: 127.0.0.1:2222
default: SSH username: vagrant
default: SSH auth method: private key
default:
default: Vagrant insecure key detected. Vagrant will automatically replace
default: this with a newly generated keypair for better security.
default:
default: Inserting generated public key within guest...
default: Removing insecure key from the guest if it's present...
default: Key inserted! Disconnecting and reconnecting using new SSH key...
==> default: Machine booted and ready!
==> default: Checking for guest additions in VM...
default: The guest additions on this VM do not match the installed version of
default: VirtualBox! In most cases this is fine, but in rare cases it can
default: prevent things such as shared folders from working properly. If you see
default: shared folder errors, please make sure the guest additions within the
default: virtual machine match the version of VirtualBox you have installed on
default: your host and reload your VM.
default:
default: Guest Additions Version: 5.0.26
default: VirtualBox Version: 5.1
==> default: Setting hostname...
==> default: Configuring and enabling network interfaces...
==> default: Exporting NFS shared folders...
==> default: Preparing to edit /etc/exports. Administrator privileges will be required...
● nfs-server.service - NFS server and services
Loaded: loaded (/lib/systemd/system/nfs-server.service; enabled; vendor preset: enabled)
Active: active (exited) since Thu 2017-08-24 17:46:39 PDT; 1min 15s ago
Main PID: 20299 (code=exited, status=0/SUCCESS)
Aug 24 17:46:39 spencer-hill-ubuntu systemd[1]: Starting NFS server and serv…...
Aug 24 17:46:39 spencer-hill-ubuntu exportfs[20297]: exportfs: can't open /et…ng
Aug 24 17:46:39 spencer-hill-ubuntu systemd[1]: Started NFS server and services.
Hint: Some lines were ellipsized, use -l to show in full.
==> default: Mounting NFS shared folders...
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.50.1:/home/s3w47m88/Sites/kangapestcontrol.com/site /vagrant-nfs-kangapestcontrol.com
Stdout from the command:
Stderr from the command:
mount.nfs: Connection timed out
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment