Network Switch / Router configuration wizard broken in 5.5.7
Posted: Thu Nov 29, 2018 3:04 pm
Hi
I've found that the "Network Switch / Router" is broken in XI 5.5.7, because of this bugfix:
Thanks, Gonzalo
I've found that the "Network Switch / Router" is broken in XI 5.5.7, because of this bugfix:
The problem is that the MRTG now runs as nagios:nagios (due to the --user=nagios --group=nagios flags added in the crontab entry). When adding traffic services using the wizard, the RRD files are generated by running MRTG as apache. This causes the RRDs owner and group to be apache, and further executions of MRTG will fail to update them, with an error similar to this one:Fixed privilege escalation security vulnerability in MRTG graphing component by running as nagios user/group (thanks Daniel Sayk of Telekom Security) [TPS#13778] -JO
Code: Select all
ERROR: Cannot update /var/lib/mrtg/10.100.1.1_3.rrd with '1543412848:0:0' opening '/var/lib/mrtg/10.100.1.1_3.rrd': Permission denied