View Issue Details

IDProjectCategoryView StatusLast Update
0000638Pgpool-IIBugpublic2020-08-21 13:23
Reporterlfarioli Assigned Tot-ishii  
PriorityhighSeveritymajorReproducibilityrandom
Status feedbackResolutionopen 
Product Version4.1.2 
Summary0000638: authentication failed for user "pgpool"
DescriptionHi to all,
I followed step by step the following guide,https://www.pgpool.net/docs/latest/en/html/example-cluster.html and I got stuck at 8.3.7.1 when I received the following error during authentication:
 pcp_recovery_node -h 10.100.132.130 -p 9898 -U pgpool -n 1
Password:
FATAL: authentication failed for user "pgpool".
DETAIL: username and/or password does not match
Someone can help me, I followed the guide step by step so whatever configuration I made you will find it there.
Thank you very much
Steps To Reproducepcp_recovery_node -h 10.100.132.130 -p 9898 -U pgpool -n 1
Password:
FATAL: authentication failed for user "pgpool".
DETAIL: username and/or password does not match
Tagspcp_recovery_node

Activities

t-ishii

2020-08-21 13:22

developer   ~0003493

As the error message indicates, the cause of error could be either:
1) wrong password
2) password format in pcp.conf is wrong

The most common mistake for 0000002 is, the password field of pcp.conf starts with "md5". Are you sure that that's not the case?

Issue History

Date Modified Username Field Change
2020-08-20 19:03 lfarioli New Issue
2020-08-20 19:03 lfarioli Tag Attached: pcp_recovery_node
2020-08-21 13:22 t-ishii Note Added: 0003493
2020-08-21 13:22 t-ishii Assigned To => t-ishii
2020-08-21 13:22 t-ishii Status new => assigned
2020-08-21 13:23 t-ishii Status assigned => feedback