On 17/10/12 13:58, lrspare...@aol.com wrote:
Hi,I'm having a bit of a nightmare here! My old 1.2based system has suffered a hard drive problem- but no panic,I've got a back up.... Only I'm having some trouble installing 1.3 on Ubuntu 12.04LTS.

Having found that LSMB is not in the repositry,I finally manged to install it via the Ubuntu Software centre - so far so good. However, when I try to log inI get prompted for User, Passsword and Company. The only username entered was 'ledgersmb' and password asked for during installation doesn't work (I've re-installed 3 times to make sure!). How do I log in?


The user to log in with needs to be an admin user for Postgresql.

Either add a password to the user postgres - or create a new user with

$ sudo su -
[Password]
# su - postgres
$ createuser -s -P lsadmin
[Enter password twice]

Check that you have

host    all         all         127.0.0.1/32          md5

in your pg_hba.conf file

which means that the user can connect to PG using a password.

HTH

Also, the backup is from v1.2.xx, am I going to be able to restore this to v1.3.xx ok?

Cheers
Richard


------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct


_______________________________________________
Ledger-smb-users mailing list
Ledger-smb-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ledger-smb-users

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
_______________________________________________
Ledger-smb-users mailing list
Ledger-smb-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ledger-smb-users

Reply via email to