Comment 32 for bug 337759

Revision history for this message
Jordi Esteve (www.zikzakmedia.com) (jesteve-zikzakmedia) wrote :

I think there are missing some important parameters in server configuration file /etc/openerp-server.conf installed by openerp-server ubuntu package like, for example:

netport = 8070
admin_passwd = admin

This is an example of, maybe, all parameters in a configuration file for openerp server:

[options]
port = 8069
netport = 8070
xmlrpc = True
netrpc = True
admin_passwd = admin
db_host = False
db_port = False
db_name = False
db_user = openerp
db_password = openerp_password
db_maxconn = 64
smtp_server = localhost
smtp_port = 25
smtp_user = False
smtp_password = False
email_from = False
without_demo = False
verbose = False
demo = {}
reportgz = False
netinterface =
upgrade = False
secure = False
price_accuracy = 2
import_partial =
soap = False
pidfile = False
debug_mode = False
interface =
logfile = False
pg_path = None
translate_modules = ['all']
stop_after_init = False
assert_exit_level = 30
root_path = /openerp-server-path/bin
addons_path = /openerp-server-path/bin/addons