<div dir="ltr"><div><div>When running `vagrant up` it will get stuck early on with the output: "==> dev: Installing NFS client..." and will eventually error out. This happens 100% of the time and started about 2 days ago.<br><br></div>A recent version of rpcbind that was pushed to Fedora 24+ introduced a regression. That issue is tracked in this BZ [0]. Thanks to @dalley for helping to identify it as a related BZ.<br><br></div><div>I tried the workaround from Comment 20 on the BZ and with help from @sysadmind, @smyers, @dalley, and @dkliban on IRC it works! Instead of `vagrant up` do this:<br><br></div><div>1. Do your normal `vagrant up`<br></div><div>2. Wait for it get stuck<br></div><div>3. Ctrl-C, Ctrl-C to do an immediate exit of vagrant<br></div><div>4. `vagrant ssh` to ssh in to your guest and run these commands<br></div><div><br>sudo su<br>mkdir -p /etc/systemd/system/rpcbind.service.d/<br>cat << EOF > /etc/systemd/system/rpcbind.service.d/tmpfiles-setup.conf<br>[Unit]<br>Wants=systemd-tmpfiles-setup.service<br>After=systemd-tmpfiles-setup.service<br></div><div>EOF<br></div><div>exit<br><br></div><div>5. Run `vagrant reload`<br></div><div>6. Watch vagrant complete without error<br><br></div><div>I don't think we should automate this because it should be resolved soon. This BZ is getting a lot of attention. Other thoughts or ideas are welcome.<br></div><div><br>[0]: <a href="https://bugzilla.redhat.com/show_bug.cgi?id=1401561">https://bugzilla.redhat.com/show_bug.cgi?id=1401561</a><br><br></div>-Brian<br></div>