View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000278 | Pgpool-II | Bug | public | 2017-01-06 00:19 | 2017-01-06 09:39 |
| Reporter | eldad | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | open | ||
| Product Version | 3.5.4 | ||||
| Summary | 0000278: ifconfig_path is ignored after upgrade | ||||
| Description | I upgraded pgpool from 3.4.7 to 3.5.4 I have my own script to move the vip and they are not called cause its looking for them in the /sbin folder instead in the folder that was written in the ifconfig_path parameter. had to solve it with softlink. ifconfig_path = '/etc/pgpool-II' error I got: 2017-01-05 07:05:19: pid 6421: FATAL: has_setuid_bit: command '/sbin/ifup.sh' not found | ||||
| Steps To Reproduce | put the ifup and ifdown commands in another location from the default and update ifconfig_path parameter. | ||||
| Additional Information | ifconfig_path = '/etc/pgpool-II' # ifconfig command path # (change requires restart) if_up_cmd = 'ifup.sh $_IP_$' # startup delegate IP command # (change requires restart) if_down_cmd = 'ifdown.sh' OS- Red Hat Enterprise Linux Server release 6.3 (Santiago) Streaming replication master slave mode 2 servers | ||||
| Tags | No tags attached. | ||||
|
|
Configuration parameter ifconfig_path has been renamed to if_cmd_path since pgpool-II version 3.5. See the pgpool-II 3.5 release notes. http://www.pgpool.net/docs/pgpool-II-3.5.0/NEWS.txt Thanks |
|
|
This issue closed. |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2017-01-06 00:19 | eldad | New Issue | |
| 2017-01-06 01:53 | Muhammad Usama | Note Added: 0001282 | |
| 2017-01-06 09:39 | t-ishii | Note Added: 0001283 | |
| 2017-01-06 09:39 | t-ishii | Status | new => closed |