View Issue Details

IDProjectCategoryView StatusLast Update
0000278Pgpool-IIBugpublic2017-01-06 09:39
Reportereldad Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionopen 
Product Version3.5.4 
Summary0000278: ifconfig_path is ignored after upgrade
DescriptionI 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 Reproduceput the ifup and ifdown commands in another location from the default
and update ifconfig_path parameter.
Additional Informationifconfig_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
TagsNo tags attached.

Activities

Muhammad Usama

2017-01-06 01:53

developer   ~0001282

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

t-ishii

2017-01-06 09:39

developer   ~0001283

This issue closed.

Issue History

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