View Issue Details

IDProjectCategoryView StatusLast Update
0000802Pgpool-IIGeneralpublic2023-06-19 19:53
Reportervelasquezjr23 Assigned Topengbo  
PrioritynormalSeverityminorReproducibilityhave not tried
Status assignedResolutionopen 
Product Version4.2.4 
Summary0000802: pcp_recovery_node without password fails
DescriptionI want to run pcp_recovery_node without a password and it gives me this error, thanks in advance for your help.

pcp_recovery_node -h 192.168.1.48 -p 9898 -U pgpool -n 1 -w
FATAL: authentication failed for user "pgpool"
DETAIL: username and/or password does not match
TagsNo tags attached.

Activities

pengbo

2023-06-19 13:08

developer   ~0004398

Please make sure that the following steps have been configured:

1) you have .pcppass under your home directory

2) if the .pcppass file is not in your home directory, you can use PCPPASSFILE environment variable to specify the path to your pcp password file.

3) Make sure the .pcppass file contains the entry which allows the IP address 192.168.1.48
-----------------------
192.168.1.48:9898:pgpool:<password>
-----------------------

If you want to allow any IP address connections, you can use "*":
-----------------------
*:9898:pgpool:<password>
-----------------------

velasquezjr23

2023-06-19 19:53

reporter   ~0004400

Good morning, friend pengbo, I was able to solve by creating, PCPPASSFILE environment variable, greetings and blessings

Issue History

Date Modified Username Field Change
2023-06-18 07:15 velasquezjr23 New Issue
2023-06-19 13:08 pengbo Note Added: 0004398
2023-06-19 13:09 pengbo Assigned To => pengbo
2023-06-19 13:09 pengbo Status new => feedback
2023-06-19 19:53 velasquezjr23 Note Added: 0004400
2023-06-19 19:53 velasquezjr23 Status feedback => assigned