Vault initialization issue while setting up in linux machine

I am seeing the same issue with a brand new install of Ubuntu20.04

This is our config file and we fail with read-only filesystem errors (i have tested with standard permissions, and chown’d the filesystem to 1777 as well root:root / vault:vault – no luck)

disable_mlock = true
ui = true

listener “tcp” {
address = “127.0.0.1:8200”
tls_disable = “true”
}

storage “file” {
path = “/usr/local/share/vault”
}

This is not in google cloud or aws, this is in our own datacenter, and is not a container. This is a virtulal machine and /usr/local/share is writable by all the other apps.

2 Likes