From: Matthias Fischer <matthias.fischer@ipfire.org>
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 [thread overview]
Message-ID: <6362b276-70fc-72b0-4ca4-20991ef6b956@ipfire.org> (raw)
[-- 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
reply other threads:[~2019-06-23 12:04 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=6362b276-70fc-72b0-4ca4-20991ef6b956@ipfire.org \
--to=matthias.fischer@ipfire.org \
--cc=development@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox