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

wb command is not working for unpriviledged users



Coin,

I just needed to run the following command on grieg:
  wb info postgresql-9.0 . amd64
but got the following result:
DBI connect('service=wanna-build-privileged','',...) failed: FATAL: Ident authentication failed for user "duck" at ./wb line 230

KiBi helped me, so i know it is working very well for him, who is a privileged user. To connect with DBI:Pg:service=wanna-build, this test is used: if ((isin( $op_mode, qw(list info)) && $distribution !~ /security/ && !$recorduser && !($privmode)) || $simulate)
so i dumped the content of the related variables:
$user = undef;
$recorduser = '';
$op_mode = undef;
$distribution = 'sid';
$privmode = undef;
$simulate = 0;
It seems $op_mode is not properly set.

Could you have a look please?

Regards.

--
Marc Dequènes (Duck)

Attachment: pgpGO5F6XxYbp.pgp
Description: PGP Digital Signature


Reply to: