View Issue Details

IDProjectCategoryView StatusLast Update
0000150pgpoolAdminBugpublic2015-10-14 15:01
Reportergclough Assigned Tot-ishii  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionopen 
OSOracle LinuxOS Version6.7 
Summary0000150: yum install incorrectly links pcp_watchdog_info binary
DescriptionThe standard yum install done thus:

yum install pgpool-II-94.x86_64

Produces a soft link in /usr/bin thus:

[root@host01]# ls -al /usr/bin/pcp_watchdog*
lrwxrwxrwx 1 root root 42 Oct 5 12:28 /usr/bin/pcp_watchdog -> /etc/alternatives/pgpool-pcp_watchdog_info

That's the wrong name for the command, as it's missing "_info" on the end. If you install pgpool and configure /usr/bin as the location for PCP binaries, then the watchdog command will fail.

Instead I believe it should look like this:

[root@host01]# ls -al /usr/bin/pcp_watchdog*
lrwxrwxrwx 1 root root 42 Oct 12 13:07 /usr/bin/pcp_watchdog_info -> /etc/alternatives/pgpool-pcp_watchdog_info
Steps To Reproduceyum –y install pgpool-II-94.x86_64
TagsNo tags attached.

Activities

t-ishii

2015-10-13 14:20

developer   ~0000580

Where did you get the rpm?

gclough

2015-10-13 17:54

reporter   ~0000581

I believe it was from the standard repositories that come with Oracle Linux v6.7. Does this help:

[root@host01 ~]# yum list installed | grep pgpool-II-94
pgpool-II-94.x86_64 3.4.3-2.rhel6 @oraclelinux6-x86_64-pgdg94

[root@host01 ~]# /usr/bin/pgpool --version
pgpool-II version 3.4.3 (tataraboshi)

I simply did a "yum install pgpool-II-94" and used it as-is.

t-ishii

2015-10-13 19:47

developer   ~0000582

I know nothing about Oracle Linux.Since this is a packaging problem, it's best to ask Oracle support.

gclough

2015-10-13 21:23

reporter   ~0000583

OK, thanks. I didn't know if someone in the pgpool team was responsible for packaging for various OS's... but I'll log it with Oracle support.

How can I close this report?

Regards.
Greg.

t-ishii

2015-10-14 15:01

developer   ~0000590

I will close this report. Thanks.

Issue History

Date Modified Username Field Change
2015-10-12 21:12 gclough New Issue
2015-10-13 14:20 t-ishii Note Added: 0000580
2015-10-13 14:21 t-ishii Assigned To => t-ishii
2015-10-13 14:21 t-ishii Status new => assigned
2015-10-13 16:37 t-ishii Status assigned => feedback
2015-10-13 17:54 gclough Note Added: 0000581
2015-10-13 17:54 gclough Status feedback => assigned
2015-10-13 19:47 t-ishii Note Added: 0000582
2015-10-13 19:48 t-ishii Status assigned => feedback
2015-10-13 21:23 gclough Note Added: 0000583
2015-10-13 21:23 gclough Status feedback => assigned
2015-10-14 15:01 t-ishii Note Added: 0000590
2015-10-14 15:01 t-ishii Status assigned => closed