public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* Wrong filepermissions for '/var/log/rrd/wio' after upgrading to Core 133
@ 2019-06-23 12:04 Matthias Fischer
  0 siblings, 0 replies; only message in thread
From: Matthias Fischer @ 2019-06-23 12:04 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 661 bytes --]

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-06-23 12:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-23 12:04 Wrong filepermissions for '/var/log/rrd/wio' after upgrading to Core 133 Matthias Fischer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox