On Sun, May 27, 2012 at 9:54 PM, Raja Iskandar Shah <[email protected]> wrote: > this is an extract from /var/log/apache2/error.log > > [Mon May 28 10:45:12 2012] [notice] caught SIGTERM, shutting down > [Mon May 28 10:45:13 2012] [notice] Apache/2.2.22 (Ubuntu) > PHP/5.3.10-1ubuntu3.1 with Suhosin-Patch configured -- resuming normal > operations > [Mon May 28 10:45:23 2012] [error] [client 127.0.0.1] DBI > connect('dbname=Kostem','rajaiskandarshah',...) failed: FATAL: password > authentication failed for user "rajaiskandarshah", referer: > http://localhost/ledgersmb/login.pl > [Mon May 28 10:45:23 2012] [error] [client 127.0.0.1] FATAL: password > authentication failed for user "rajaiskandarshah" at LedgerSMB.pm line 981, > referer: http://localhost/ledgersmb/login.pl > [Mon May 28 10:45:37 2012] [error] [client 127.0.0.1] DBI > connect('dbname=Kostem','rajaiskandarshah',...) failed: FATAL: password > authentication failed for user "rajaiskandarshah", referer: > http://localhost/ledgersmb/login.pl > [Mon May 28 10:45:37 2012] [error] [client 127.0.0.1] FATAL: password > authentication failed for user "rajaiskandarshah" at LedgerSMB.pm line 981, > referer: http://localhost/ledgersmb/login.pl > [Mon May 28 10:45:46 2012] [error] [client 127.0.0.1] DBI > connect('dbname=Kostem','rajaiskandarshah',...) failed: FATAL: password > authentication failed for user "rajaiskandarshah", referer: > http://localhost/ledgersmb/login.pl > [Mon May 28 10:45:46 2012] [error] [client 127.0.0.1] FATAL: password > authentication failed for user "rajaiskandarshah" at LedgerSMB.pm line 981, > referer: http://localhost/ledgersmb/login.pl
This wasn't caused by upgrading. When you created your first account and logged in, it gave you a screen that urged you to change your password. Did you do this? If not the password may have expired. You can reset the expiration by ALTER USER "rajaiskandarshah" VALID UNTIL '2012-06-01'; Then you can log in and change your password. Best Wishes, Chris Travers ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Ledger-smb-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ledger-smb-users
