[MCOL-607] post-install change /var/log/mariadb to 777 permissions, causing issues Created: 2017-03-06 Updated: 2023-10-26 Resolved: 2017-03-17 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | ? |
| Affects Version/s: | 1.0.5 |
| Fix Version/s: | 1.0.8 |
| Type: | Bug | Priority: | Major |
| Reporter: | David Hill (Inactive) | Assignee: | Daniel Lee (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Sprint: | 2017-5, 2017-6 |
| Description |
|
reported by a user: After installation, I received daily messages with a subject of “Anacron job 'cron.daily on …” – see the details below my signature. It appears the “root” installation I performed resulted in each of the folders below having 777 permissions I resolved them with the following commands. Looks like change was made in the 1.0.5 for non-root fixes that effect root installs [builder@ip-172-30-0-125 install_scripts]$ git checkout columnstore-1.0.4 [builder@ip-172-30-0-125 install_scripts]$ grep "/var/log/mariadb" post-install | grep chmod [builder@ip-172-30-0-125 install_scripts]$ git checkout columnstore-1.0.5 [builder@ip-172-30-0-125 install_scripts]$ grep "/var/log/mariadb" post-install | grep chmod |
| Comments |
| Comment by David Thompson (Inactive) [ 2017-03-06 ] |
|
Note that in my testing, my environment had a default umask set of 0022 which masks this problem. |
| Comment by David Hill (Inactive) [ 2017-03-08 ] |
|
pull request |
| Comment by Daniel Lee (Inactive) [ 2017-03-17 ] |
|
Build verified: 1.0.8-1
|