[MCOL-1224] post-install non-root has incorrect permissions for /etc/rc.local Created: 2018-02-20 Updated: 2018-03-29 Resolved: 2018-03-29 |
|
| Status: | Closed |
| Project: | MariaDB ColumnStore |
| Component/s: | installation |
| Affects Version/s: | 1.1.3 |
| Fix Version/s: | 1.1.3-2 |
| Type: | Bug | Priority: | Major |
| Reporter: | Ben Thompson (Inactive) | Assignee: | Daniel Lee (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Sprint: | 2018-05, 2018-06, 2018-07 |
| Description |
|
post-install on non-root installs is showing this error: touch: cannot touch `/etc/rc.local': Permission denied this command needs elevated permissions to create a file in /etc/ |
| Comments |
| Comment by David Hill (Inactive) [ 2018-02-20 ] |
|
or post-install needs to use the 'sudo' command to allow it to update that file |
| Comment by David Hill (Inactive) [ 2018-02-20 ] |
|
work-around is for the user to setup the rc.local file for non-root installs |
| Comment by David Hill (Inactive) [ 2018-03-05 ] |
|
https://github.com/mariadb-corporation/mariadb-columnstore-engine/pull/423 |
| Comment by Daniel Lee (Inactive) [ 2018-03-29 ] |
|
Build verified: 1.1.3-2 |