Skip to content
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

[BUG] KV boltdb permissions #718

Closed
SerafimArts opened this issue Jun 12, 2021 · 0 comments · Fixed by #724
Closed

[BUG] KV boltdb permissions #718

SerafimArts opened this issue Jun 12, 2021 · 0 comments · Fixed by #724
Assignees
Labels
B-bug Bug: bug, exception F-need-verification
Milestone

Comments

@SerafimArts
Copy link
Contributor

SerafimArts commented Jun 12, 2021

I tried this code:

kv:
  first:
    driver: boltdb
    interval: 60
    file: "rr.db"

Then execute RR server twice:

$ rr serve
Ctrl+C (stop server)
$ rr serve

I expected to see this happen: All OK (default permissions is 0777)

Instead, this happened:

open rr.db: Access is denied.

The version of RR used: 2.3.0 (stable)

Errortrace, Backtrace or Panictrace

←[91;1mhandle_serve_command: Serve error:
        endure_start:
        endure_serve_internal: Function call error:
        endure_call_serve_fn: got initial serve error from the Vertex kv.Plugin, stopping execution, error: kv_plugin_serve:
        boltdb_plugin_provide:
        new_boltdb_driver: open rr.db: Access is denied.
←[0m
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
B-bug Bug: bug, exception F-need-verification
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants