c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #21249
[Bug 752593] Re: netrpc command switches inconsistent/not valid
This is a bug just about the documentation mentioned above. The switch
shown is incorrect but I have now fixed the issue with the config file.
It was my error, there was another line further down in the file which I
had missed. :-(
** Project changed: openobject-server => openobject-doc
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/752593
Title:
netrpc command switches inconsistent/not valid
Status in OpenERP Documentation:
New
Bug description:
There is something not quite right. According to the docs here:
http://doc.openerp.com/v6.0/developer/1_1_Introduction/4_command_line.html
I should be able to use --net_interface= to change the IP address to
listen on.
On my test system (Ubuntu server 10.04, running OpenERP server 6.0.2)
using the CLI switch --net_interface=127.0.0.1 does not work. The
server responds with
openerp-server.py: error: no such option: --net_interface
Using "--netrpc-interface=127.0.0.1" works . (Also note the use of a
hyphen rather than an underscore)
In a config file read on startup however, I am not able to change either the interface or port for netrpc no matter what I try.
References