[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: access to dbi:Pg:dbname=qa on quantz



On Sun, Aug 05, 2012 at 01:46:58PM +0000, Bart Martens wrote:
> Hello,
> 
> To work on bug 650857 I tried executing a modified version of extract_dehs.pl
> on quantz, but I get "Ident authentication failed".  Can someone give me access
> to "dbi:Pg:dbname=qa" on quantz, or tell me which other parameters to use ?
> 
> How I can reproduce the problem now :
> 
>   |  ssh quantz.debian.org
>   |  cd /home/bartm/src/mole
>   |  ./extract_dehs.pl
> 
> The error output is :
> 
>   |  DBI connect('dbname=qa','',...) failed: FATAL:  Ident authentication failed for user "bartm" at ./extract_dehs.pl line 27
>   |  Can't call method "do" on an undefined value at ./extract_dehs.pl line 28.

Problem solved.  I found that it works with this:

  my $qadb = DBI->connect ("dbi:Pg:dbname=qa;host=localhost", "guest", "");

Regards,

Bart Martens


Reply to: