-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mkdir wal: permission denied\nerror #15
Comments
Also saw the same error, but the change above didn't seem to help, any suggestions?
|
what was listed above should have worked? I will note that the config @mrmodolo mentioned is not a top level config,
|
I'm also seeing this issue. I've set 777 permissions on the directory but it still persists. Config is as follows:
|
@MattSWakefield there are separate config files for docker and binary installation, you probably need to update the one for your install. If you don't have your own configuration, you can just move/remove the config dir and do a reinstall, that'll also create the correct file, I believe. |
@tonywl - thank you - I am running in docker, I forgot to mention that. I have done as suggested and I've tried altering the location, creating the wal directory first etc but it always hits a permissions issue even if the permissions are much more open than they should be. |
|
Hi!
The last version caused the error "mkdir wal: permission denied\nerror" to resolve I changed the configuration file "~/.loki-shell/config/loki-binary-config.yaml" and added the lines below in the ingester section:
I created the folder and restarted the service.
mkdir ~/.cache/loki/wal
Thanks,
Marcelo Módolo
The text was updated successfully, but these errors were encountered: