I use vagrnat with virtualbox vm and nfs synced folders to run django app and after update to 16.10 vagrant up fails on provision step with error:
Executed: /bin/bash -l -c "cd /home/vagrant/proj >/dev/null && /home/vagrant/venv/bin/python manage.py collectstatic --noinput"
Copying '/home/vagrant/venv/lib/python3.5/site-packages/django/contrib/admin/static/admin/img/LICENSE'
...
OSError: [Errno 37] No locks available
I tried to reinstall nfs-kernel-server, nfs-common, liblockfile1, libnfsidmap2 but with no luck. Any ideas?