Snapchat / KeyDB

A Multithreaded Fork of Redis
https://keydb.dev
BSD 3-Clause "New" or "Revised" License
11.29k stars 570 forks source link

[BUG] # WARNING: Sentinel was not able to save the new configuration on disk!!!: Permission denied #461

Open JvGinkel opened 2 years ago

JvGinkel commented 2 years ago

Describe the bug

In the sentinel log we see:

WARNING: Sentinel was not able to save the new configuration on disk!!!: Permission denied

To reproduce

Default installation on Debian 11

Expected behavior

That Sentinel has the rights to save the configuration

Additional information

When I change the rights of /etc/keydb with chown keydb:keydb /etc/keydb the message disappears from the logs.

JohnSully commented 2 years ago

@benschermel Packaging bug