Am Donnerstag, 11. Juli 2013, 07:04:19 schrieb 耿赓:
> I have run the command:
> 
> netstat -tupan | grep python
> 
> and got the following information:
> 
> tcp        0      0 0.0.0.0:4505            0.0.0.0:*
> LISTEN      1251/python
> tcp        0      0 0.0.0.0:4506            0.0.0.0:*
> LISTEN      1036/python
> 
> the port of python should be added into the /etc/trytond.conf as what the
> description on
> http://code.google.com/p/tryton/wiki/UserFAQ#I%27m_getting_%22Could_not_conn
> ect_to_server%22 said.
> 
> Question is, where?

IMHO tryton server listens on 8000
according to /etc/trytond.conf

Regarding documentation, you have checked the wiki?

HTH
Axel

Reply via email to