There are issues with the automatic configuration during the LedgerSMB package install, which is why that is not enabled by default. The issue in this case has to do with the 'ledgersmb' database admin user not being set up with the correct permissions. That can be corrected by executing the following SQL (as the postgres user, for instance):
ALTER ROLE ledgersmb WITH SUPERUSER LOGIN NOINHERIT; -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1078817 Title: After installation it doesn't work To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ledgersmb/+bug/1078817/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
