On Tue, 2012-04-24 at 04:55 -0400, Frank Cox wrote: > On Tue, 24 Apr 2012 10:27:36 +0200 > user postgres can do it though: > > # su postgres > bash-4.1$ createdb testing > bash-4.1$ dropdb testing
Since you can get there, have you considered creating a 'ledgersmb' role using psql? (Been getting practice with that since the debian package doesn't create that role properly as yet...<g>) Something like this: # su - postgres $ psql $ CREATE ROLE ledgersmb WITH SUPERUSER LOGIN NOINHERIT ENCRYPTED PASSWORD 'password'; $\q $ exit Then use that for the Super-user login & password in setup.pl. Jame ------------------------------------------------------------------------------ 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 Ledger-smb-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ledger-smb-users