You don't say what database you're using.

You should be able to use your database client command on the local machine to contact both the local and the peer machine. In the case of postgres, it would look like this:

   mylocal$ psql -t -U bucardo  -h mypeerhostname
   psql (9.1.5)
   Type "help" for help.

   bucardo=#

as opposed to some error. If it's postgres, there's a pg_hba.conf file on the peer that needs to mention the local machine to grant it access. You need to restart postgres if that file gets touched.

Come back for more details if this wasn't the problem.



On 05/04/2013 12:20 AM, kang joyo wrote:
dear

i've intalled bucardo from source code, everithing is OK but when i try to
do:
bucardo start always error:
DBI connect('dbname=bucardo','bucardo',...) failed: FATAL:  Peer
authentication failed for user "bucardo" at /usr/local/bin/bucardo line 239

i've tried trick in bucardo instalation documentation about 3 tricks when
error but i still get an error.

please help me


regard

kangjoyo



_______________________________________________
Bucardo-general mailing list
[email protected]
https://mail.endcrypt.com/mailman/listinfo/bucardo-general



Confidentiality Notice: This e-mail (including any attachments) is intended 
only for the recipients named above. It may contain confidential or privileged 
information and should not be read, copied or otherwise used by any other 
person. If you are not a named recipient, please notify the sender of that fact 
and delete the e-mail from your system.

_______________________________________________
Bucardo-general mailing list
[email protected]
https://mail.endcrypt.com/mailman/listinfo/bucardo-general

Reply via email to