[MXS-4562] When MaxScalle is installed from tarball and starded without -d option --basedir=. is not parsed properly and full directory needs to be specified Created: 2023-03-22 Updated: 2023-10-20 Resolved: 2023-10-20 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | Core |
| Affects Version/s: | None |
| Fix Version/s: | 6.4.11, 22.08.9, 23.02.5, 23.08.2 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Alexander Keremidarski | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Steps to reproduce: [maxscale@localhost ~]$ whoami So either full directory has to be specified or simply use $(pwd) Both |
| Comments |
| Comment by markus makela [ 2023-10-17 ] | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Tested with 23.08 and it seems to work just fine:
Seems to also work with 23.02:
Tested even the 23.02.1 release and that works:
I used the centos:7 image from DockerHub to test it and I prepared it for testing with this:
Did this happen with a service user or a normal user? | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Comment by markus makela [ 2023-10-17 ] | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
OK, I followed the instructions to the letter and it still used the -d option when the bug report itself said it happened only when it wasn't used. I did manage to reproduce it now. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Comment by markus makela [ 2023-10-20 ] | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
The global path arguments are now correctly handled if they are relative paths. |