From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthias Fischer To: development@lists.ipfire.org Subject: Wrong filepermissions for '/var/log/rrd/wio' after upgrading to Core 133 Date: Sun, 23 Jun 2019 14:04:33 +0200 Message-ID: <6362b276-70fc-72b0-4ca4-20991ef6b956@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5510590691621047552==" List-Id: --===============5510590691621047552== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Hi, I noticed that after upgrading to Core 133 and 'wio 1.3.2-4', that not only the wio-'rrd's had been reset, but the directory '/var/log/rrd/wio/' suddenly belonged to "nobody:nobody/0755". Because of this the wio-Graphs showed no colors at all, even if the client(s) were online. No errors, just white graphs. I changed '/var/log/rrd/wio/' to "root:root/0755" and colors are back. The old ones are gone, but there are colors at all again. IMHO this seems to be a bug in '/src/paks/wio/install', line 29: ... chown -R nobody.nobody /var/log/rrd/wio ... This should read: ... chown -R root.root /var/log/rrd/wio ... Can anyone confirm? Best, Matthias --===============5510590691621047552==--