[MDEV-23628] confusing error message "Got error 1 from setreuid()" Created: 2020-08-18 Updated: 2021-03-12 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Plugin - pam |
| Affects Version/s: | 10.4, 10.5 |
| Fix Version/s: | 10.4, 10.5 |
| Type: | Bug | Priority: | Major |
| Reporter: | Maria M Pflaum | Assignee: | Alexey Botchkov |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Linux |
||
| Description |
|
Customer is getting the error in their log file, but it doesn't have additional information or typical error format. The error: Could be clarified for example: |
| Comments |
| Comment by Michal Schorm [ 2021-03-12 ] |
|
That must be coming from this line: There are several possible errors generated by the setreuid() call: Telling which error it was might make it easier to debug. Though most common will IMO be the permissions issue. |