vault server -config=config.hcl
Error initializing core: Failed to lock memory: function not implemented
This usually means that the mlock syscall is not available.
Vault uses mlock to prevent memory from being swapped to
disk. This requires root privileges as well as a machine
that supports mlock. Please enable mlock on your system or
disable Vault from using it. To disable Vault from using it,
set the `disable_mlock` configuration option in your configuration
file.
I am able to run vault 0.5.2 using same command "vault server -config=config.hcl" .