[Pkg-sql-ledger-discussion] Bug#406935: another evaluation: 1.3.15-2

Robert James Clay jame at rocasa.us
Thu Apr 26 03:42:41 UTC 2012


On Tue, 2012-04-24 at 17:06 -0400, Antoine Beaupré wrote:

> The lsmb13 database
> ===================
> 
> I still can't use ledgersmb, even with all the above fixed. From the
> user point of view, I just repeatedly get prompted for my password, in
> HTTP Auth-style popups from my browser. I see this in the apache error
> logs:
> DBI connect('dbname=lsmb13','koumbit-test',...) failed: FATAL:  la base
> de donn?es << lsmb13 >> n'existe pas at LedgerSMB.pm line 981

   If you tried doing the configuration 'automatically' instead of
letting it go manually, it's quite possible that the ledgersmb role is
there but does not have the correct permissions.  The README.Debian file
has a note about creating the role manually. Or if the role is present &
you don't want to delete it, you can go into psql and run something like
this:

ALTER ROLE ledgersmb WITH SUPERUSER LOGIN NOINHERIT;  

  Then back to setup.pl and see how it goes.
  



Jame





More information about the Pkg-sql-ledger-discussion mailing list