View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000802 | Pgpool-II | General | public | 2023-06-18 07:15 | 2023-06-19 19:53 |
| Reporter | velasquezjr23 | Assigned To | pengbo | ||
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | assigned | Resolution | open | ||
| Product Version | 4.2.4 | ||||
| Summary | 0000802: pcp_recovery_node without password fails | ||||
| Description | I 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 | ||||
| Tags | No tags attached. | ||||
|
|
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> ----------------------- |
|
|
Good morning, friend pengbo, I was able to solve by creating, PCPPASSFILE environment variable, greetings and blessings |
| 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 |