It looks like this line in /lib/systemd/system/redis-sentinel.service
causes write errors:
ProtectSystem=full
This is from the /var/log/redis/redis-sentinel.log:
# Sentinel config file /etc/redis/sentinel.conf is not writable: Read-only
file system. Exiting...
Commenting out the ProtectSystem=
I can confirm this behavior on a fresh install and it does get fixed with a
systemctl daemon-reload:
# /etc/init.d/sysstat start
Starting sysstat (via systemctl): sysstat.serviceFailed to start
sysstat.service: Unit sysstat.service failed to load: No such file or
directory.
failed!
# systemctl d
Can we *please* get a fix for this before Wheezy is released? I have
encountered this bug in Ubuntu Lucid years ago and had to rebuild the
package without libgcrypt to get around it. It would a shame if wheezy
was moved to stable and this bug was not fixed, especially since the
fix seems so trivial
3 matches
Mail list logo