Description of problem: Munin-node store its PID into /var/run/munin/ but this directory does not exists when service is started. Reproducible: Steps to Reproduce:
Keywords: (none) => TriagedAssignee: bugsquad => guillomovitch
The package does have a correct tmpfiles configuration for systemd, but the source code itself has some hard-coded references to /var/run *. However, if I understand correctly, /var/run is supposed to be a link to /run, so this should still work just fine. Maybe patching the references in the source to just go to /run would help, but I don't think it should be necessary. * node/t/munin_node_config.t dev_scripts/stop_munin-node dev_scripts/start_munin-node
CC: (none) => mageia
The only thing that's maybe fishy is that the munin tmpfiles thing is in the munin package instead of munin-node, but munin-node requires munin, so /run/munin should still be there.
The report is incorrect, munin-node is properly configured to use /run/munin to store its pid file. I suspect this is an upgrade issue, caused by an outaded configuration file.
Status: NEW => RESOLVEDResolution: (none) => INVALID