I have been setting up OpenERP on an Ubuntu 8.10 server this morning, using the deb package.

Following the instructions to create the database was fine but I ran into similar problems as reported above.

In the init.d startup script, the openerp server process tries to run as $USER however, no $USER is defined anywhere.

As a test in the startup script I added a line USER=openerp and the it all worked.

I think adding a "process_user" to the config file and using that in the startup script would be the right thing to do.

Also, the message about the server listening on port 8069 is a little confusing as it also listens on port 8070. When you use the openerp-web client, it talks to the server on 8070.

HTH

Alan



--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to