# Test site not working after a crash

**URL:** https://discourse.roots.io/t/test-site-not-working-after-a-crash/23034
**Category:** trellis
**Tags:** trellis, bedrock
**Created:** 2022-05-02T10:08:58Z
**Posts:** 2

## Post 1 by @Citvej — 2022-05-02T10:08:58Z

My computer froze during a call yesterday with vagrant being active. I had to force restart my computer because of that and after, my local env stopped working. Visiting site.test doesn’t return any response and times out.

## Since then I tried:

- looking through error logs in /var/log/
- disabling nfs
- restarting my computer
- reprovisioning
- destroying and rebuilding the droplet

## The troubles I am running into:

- Sometimes vagrant up is running into
- systemctl status mysql shows active but gives me this `Access denied for user 'root'@'localhost' (using password: NO)`

And ideas how to further debug this?

---

## Post 2 by @Citvej — 2022-05-02T13:52:35Z

Managed to solve the problem by changing the user and installing vagrant there.

Answers that were useful during this process:

> <https://stackoverflow.com/questions/69728426/e-accessdenied-when-creating-a-host-only-interface-on-virtualbox-via-vagrant/69745931#69745931>

> <https://stackoverflow.com/questions/20726248/vagrant-error-nfs-is-reporting-that-your-exports-file-is-invalid/20750058#20750058>

I’m assuming something went wrong with a dependency or a service, so changing to a different user seemed like a good thing to try.
