On Fri, Nov 9, 2012 at 4:38 PM, ario
<..hidden..> wrote:
For archiving purposes I include below the privatepaste entries:
(mind you that entries differ between http://privatepaste.com and
http://www.privatepaste.com)
http://www.privatepaste.com/1346153a6b :
======================================
[Fri Nov 09 19:43:57 2012] [notice] caught SIGTERM, shutting down.
[Fri Nov 09 21:40:07 2012] [notice] Apache/2.2.22 (Debian) configured --
resuming normal operations.
Fri Nov 9 22:13:20 2012 Sysconfig.pm created tempdir /tmp/ledgersmb
rc=0
Use of uninitialized value $msg_plus in concatenation (.) or string at
LedgerSMB/Auth.pm line 79.
DBI connect('dbname=template1','',...) failed: fe_sendauth: no password
supplied at LedgerSMB.pm line 986.
DBI connect('dbname=any_qualified_name','ledgersmb',...) failed: FATAL:
database "any_qualified_name" does not exist at LedgerSMB/Database.pm
line 287.
DBD::Pg::db do failed: ERROR: permission denied to create database at
LedgerSMB/Database.pm line 429.
^^^ There's your problem.
your user is not a superuser. you can log in using psql and:
ALTER USER ledgersmb WITH SUPERUSER;
Then it should work.
Best Wishes,
Chris Travers