# `trellis up` gives error

**URL:** https://discourse.roots.io/t/trellis-up-gives-error/18361
**Category:** trellis
**Tags:** trellis-cli
**Created:** 2020-05-29T07:20:06Z
**Posts:** 6

## Post 1 by @robrecord — 2020-05-29T07:20:06Z

When I do `trellis up`, from the project root or the trellis directory, I get the following output:

```
Running command => vagrant up
Vagrant failed to initialize at a very early stage:

The home directory you specified is not accessible. The home
directory that Vagrant uses must be both readable and writable.

You specified: /var/root/.vagrant.d
exit status 1
```

When I do `vagrant up` from the trellis directory, the command succeeds as normal.

```
$ echo $HOME 
/Users/robrecord

$ echo $VAGRANT_HOME

$ echo $USERPROFILE
```

Trellis 1.4.0  
trellis-cli 0.8.0  
vagrant 2.2.9

---

## Post 3 by @swalkinshaw — 2020-05-30T16:55:43Z

I think this has been reported here as well I think: [https://github.com/roots/trellis/issues/1182](https://github.com/roots/trellis/issues/1182)

Definitely a trellis-cli issue that I’ll need to look into. For now you can just use `vagrant up` of course.

---

## Post 4 by @robrecord — 2020-06-02T08:51:51Z

> [@swalkinshaw](#):
>
> [No usable default provider could be found for your system. · Issue #121 · roots/trellis-cli · GitHub](https://github.com/roots/trellis/issues/1182)

Thank you - I’m sorry I missed the github issue!

---

## Post 5 by @swalkinshaw — 2020-06-02T12:42:49Z

I just published v0.9.0. Could you let me know if that fixes the issue?

---

## Post 6 by @robrecord — 2020-06-04T05:04:36Z

Amazing. Thank you so much!  
It seems to work perfectly.
