[MDEV-10954] MariaDB Galera: wsrep_sst_common: line 120: which: command not found Created: 2016-10-04 Updated: 2017-09-28 Resolved: 2016-11-22 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Galera SST |
| Affects Version/s: | 10.1.18 |
| Fix Version/s: | 10.1.20 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Rob Brown | Assignee: | Nirbhay Choubey (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
CentOS 7 |
||
| Issue Links: |
|
||||||||
| Description |
|
MariaDB can not start on CentOS 7 platform: MariaDB-server-10.1.18-1.el7.centos.x86_64 Versions 10.1.5 through 10.1.18 are affected. After looking in mysqld.log I see the following error: /usr//bin/wsrep_sst_common: line 120: which: command not found |
| Comments |
| Comment by Rob Brown [ 2016-10-04 ] |
|
This problem only exists from MariaDB 10.1.5 through 10.1.18 |
| Comment by Rob Brown [ 2016-10-04 ] |
|
One work around for this problem is to install the "which" package: [root@node2 ~]# yum install -y which Then everything works fine. |
| Comment by Rob Brown [ 2016-10-04 ] |
|
Maybe a better solution might be to include "Requires: which" in either the MariaDB-server or galera rpm spec file. |
| Comment by Rob Brown [ 2016-11-08 ] |
|
I just upgraded to MariaDB 10.1.19 and when I try to enable "wsrep_on=ON" I'm still unable to start the server due to the following error: 2016-11-08 13:12:58 140186172258048 [Note] WSREP: Flow-control interval: [32, 32] Error in my_thread_global_end(): 1 threads didn't exit |