Closed miklschmidt closed 1 year ago
Hey @miklschmidt ,
Will do some tests at the weekend, may an issue due how Custompios copies files. In the source the files are as expected 0644 ... :man_shrugging:
Hey @miklschmidt ,
Made some tests. Short tests but they work. @zellneralex is doing a Longterm Test right now, will report results.
Regards Kwad
Well the permissions look fine, so the problem i had shouldn't be present at least :)
@miklschmidt
Could you reproduce that with 1.0.0 ?
Closing issue due no further interaction and not reproducable since new release.
Closing issue due no further interaction and not reproducable since new release.
Sorry i forgot to get back to you on this, everything looks good on my end, so closing is appropriate 👍
What happened
So i don't know if this applies to you guys, but the logrotation configs supplied by the mainsail module ended up being 664 instead of 644 in the image, so logrotate would ignore those and the logs would just pile up.
What did you expect to happen
Logrotation.d files should be chmodded to 644 (i'm doing this in the
start_chroot_script
now).How to reproduce
sudo /usr/sbin/logrotate /etc/logrotate.conf
ls -la /etc/logrotation.d
Additional information
This might very well be a RatOS only issue, but i just wanted to keep you guys posted in case it carried over from MainsailOS. Feel free to close!