On Wed, Jun 03, 2015 at 01:44:31AM +0200, Ahmed JABALLAH wrote:
> im trying to install bucardo after bucardo install ihave this error :
>
> DBI connect('dbname=bucardo','bucardo',...) failed: could not connect to
> server: No such file or directory
> Is the server running locally and accepting
> connections on Unix domain socket "/var/run/postgresql/.s.PGSQL.5432"? at
> /usr/local/bin/bucardo line 308.Well the obvious question is what port and socket is Postgres running on? My guess is that something is expecting /var/run/postgresql but the actual socket directory is /tmp. Debian doesn't like using /tmp, so you are probably using Debian (or Ubuntu). The easiest solution may be to simply adjust your postgresql.conf and add /tmp to your unix_socket_directories. That way programs are happy no matter which socket directory they expect. -- Greg Sabino Mullane [email protected] End Point Corporation PGP Key: 0x14964AC8
signature.asc
Description: Digital signature
_______________________________________________ Bucardo-general mailing list [email protected] https://mail.endcrypt.com/mailman/listinfo/bucardo-general
