c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #21244
[Bug 752593] [NEW] netrpc command switches inconsistent/not valid
Public bug reported:
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.
** Affects: openobject-server
Importance: Undecided
Status: New
--
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 Server:
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.
Follow ups
References