rancher / quickstart

380 stars 335 forks source link

Quickstart fails on Ubuntu 20.04 #161

Closed darkn3rd closed 2 years ago

darkn3rd commented 3 years ago

Steps

git clone https://github.com/rancher/quickstart
cd quickstart/vagrant
vagrant up

Expected Results

vagrant up would succeed.

Actual Results

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

sed -i '/#VAGRANT-BEGIN/,/#VAGRANT-END/d' /etc/fstab

Stdout from the command:

Stderr from the command:

sed: /etc/fstab: No such file or directory

Environment:

No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 20.04.2 LTS
Release:    20.04
Codename:   focal

VirtualBox: 6.1.18r142142 Vagrant: Vagrant 2.2.10

ToniIltanen commented 3 years ago

update your vagrant, worked for me after updating to vagrant 2.2.14