# Vagrant reprovision stuck on task wordpress-install : Change site owner to user

**URL:** https://discourse.roots.io/t/vagrant-reprovision-stuck-on-task-wordpress-install-change-site-owner-to-user/22723
**Category:** trellis
**Tags:** trellis-cli, trellis
**Created:** 2022-03-26T15:52:51Z
**Posts:** 10

## Post 1 by @Citvej — 2022-03-26T15:52:51Z

Due to some performance problems I decided to redeploy trellis but the build stopped at ‘Change site owner to user’ task. Verbose/debug output wasn’t showing anything.

Thinking destroying the droplet would help fix the problem, I did just this but the problem remains.

If I try to run `trellis provision development` it hangs on wordpress-install : Create web root of sites

Versions:  
ansible 2.9.8  
vagrant 2.2.10  
trellis-cli 1.6.0 (also tried with 1.2.0)  
virtualbox 6.1.26  
ubuntu 20

I’m kinda lost here how to find out the problem. One older thread said to wait 1 hour but I left it overnight and it was still stuck. As mentioned there’s no error and ^c interrupts it just fine.

Any advice is appreciated.

---

## Post 2 by @Citvej — 2022-03-26T16:20:30Z

The good old disabling the nfs in Vagrant file did the trick to get me through the reprovision for now.

---

## Post 3 by @cim — 2022-03-28T09:20:01Z

Same problem here, but I am new to Trellis. How do you disable NFS?

---

## Post 4 by @Citvej — 2022-03-28T10:15:36Z

@cim You should do it in vagrant.default.yml, but me personally, I delete it from file named Vagrantfile by removing the two occurences of `, type: 'nfs'` (mind the colon in the beginning).

---

## Post 5 by @Citvej — 2022-03-28T10:42:29Z

Oh but before you try this, you should definitely try installing nfsd-kernel-server.

---

## Post 6 by @cim — 2022-03-28T13:40:24Z

Thanks, removing the nfs lines worked for me (though I have no idea if this is the right approach). And yes, I already had nsfd-kernel-server installed.

---

## Post 7 by @odelweb — 2022-04-05T10:12:01Z

I also get stuck on task wordpress-install : Change site owner to user.  
I have installed nfs-kernel-server, I have changed nfs for sshfs, I have removed ‘, type=“nfs”’ entries from Vagrantfile…  
But nothing seems to be working. I have also run “trellis provision development” and also I have done “vagrant ssh” and then run ansible-playbook from within the virtualbox.  
Im on linux, using a non-encrypted sdd, trellis 1.14, i tried a few versions of ansible: 2.9, 2.10.7 and 2.12  
I’m running out of ideas here

---

## Post 8 by @pacotole — 2022-10-06T16:20:03Z

In my case (working on Ubuntu 22.04) the problem was NFS Server has version 4.  
[This solution](https://discourse.roots.io/t/mount-nfs-requested-nfs-version-or-transport-protocol-is-not-supported-how-to-change-mount-options/19074/2) saved me.

---

## Post 9 by @yano1978 — 2023-04-24T08:34:04Z

This worked for me, not sure if it’s the right approach but you made my day, thanks!

---

## Post 10 by @kebie — 2023-05-01T18:28:43Z

I want to say that Citvej’s fix worked for me as well. On MacOSX 12.6.5.

The new Lima project looks interesting for people that can use it: [Introducing Lima to Trellis for Faster Local Development | Roots](https://roots.io/introducing-lima-to-trellis-for-faster-local-development). But I am on MBP 2015 and don’t get new support for new MacOSX.
