Vagrant doesn't keep synced folders up to date

For whatever reason, when I make changes to files within my site directory, unless I run vagrant reload --provision or vagrant destroy && vagrant up, the updated files are not reflected on my vagrant box.

I’m not getting any errors on vagrant up, and I can’t find anything in /var/log/nginx/error.log either.

Also, looked in the /var/log/syslog, I thought maybe this was relevant:

Feb  7 07:29:06 uhlhosting ntpd[1295]: bind(22) AF_INET6 fe80::a00:27ff:feee:1df7%2#123 flags 0x11 failed: Cannot assign requested address
Feb  7 07:29:06 uhlhosting ntpd[1295]: unable to create socket on eth0 (6) for fe80::a00:27ff:feee:1df7%2#123
Feb  7 07:29:06 uhlhosting ntpd[1295]: failed to init interface for address fe80::a00:27ff:feee:1df7%2

Regardless though, I’m not sure why this could be. Has anyone dealt with anything similar?

This topic was automatically closed after 42 days. New replies are no longer allowed.