"terp" should be the database that your client is connecting to, by default. When you start the client up, does it display "terp" as the database?
Are you SURE that the tinyerp-server process is running as user postgres? Type this in: ps -elf | grep tinyerp-server And you should have output similar to: 4 S postgres 14496 1 0 76 0 - 27973 select Mar28 ? 00:00:35 /usr/bin/python ./tinyerp-server.py -S --debug --verbose --port=8069 --pidfile=/etc/tinypid8069 --logfile=/var/log/tiny8069.log ------------------------ Leigh Willard, TINYatWORK http://www.tinyatwork.com/ _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman/listinfo/tinyerp-users
