trytond.conf

323 views
Skip to first unread message

empleo...@gmail.com

unread,
Mar 3, 2015, 10:57:09 PM3/3/15
to tryt...@googlegroups.com
¡Ayuda!

He instalado tryton 3.4 y todo el proceso de instalación lo hace satisfactoriamente desde el cliente encuentra el servidor pero el trytond no esta leyendo el trytond.conf ya que como dice la pantalla que adjunto inicia con la default.configuration. que tengo que hacer para que lea el trytond.conf si pueden proporcionar un ejemplo completo tambien sera de gran ayuda.

Saludos;


A pesar de cambiar el password en el trytond.conf al no leer este archivo requiere otra clave que desconozco ya probé con admin, tryton y la encryptada por mi persona. y todas dan el mismo error.


Luciano Rossi

unread,
Mar 4, 2015, 5:50:23 AM3/4/15
to tryt...@googlegroups.com
Hola!

Ejecutalo haciendo:

trytond -c /path/trytond.conf

Saludos!
--
Enviado desde mi teléfono con K-9 Mail.

empleo...@gmail.com

unread,
Mar 4, 2015, 11:45:49 AM3/4/15
to tryt...@googlegroups.com
Luciano:

Gracias por tu ayuda pero ahora parece ser que si lee el trytond.conf pero el JSON-RPC Protocol sigue siendo local host aunque en el trytond.conf esta  listen=*:8000

empleo...@gmail.com

unread,
Mar 4, 2015, 12:45:45 PM3/4/15
to tryt...@googlegroups.com


Luciano:

Continua sin aceptar los parametros de JSON-RPC






El martes, 3 de marzo de 2015, 21:57:09 (UTC-6), empleo...@gmail.com escribió:

Leandro Monk

unread,
Mar 4, 2015, 12:47:24 PM3/4/15
to tryt...@googlegroups.com
Podes mandar tu trytond.conf?

Saludos

El 04/03/15 a las 14:45, empleo...@gmail.com escibió:
--
Has recibido este mensaje porque estás suscrito al grupo "tryton-ar" de Grupos de Google.
Para anular la suscripción a este grupo y dejar de recibir sus mensajes, envía un correo electrónico a tryton-ar+...@googlegroups.com.
Para acceder a más opciones, visita https://groups.google.com/d/optout.

empleo...@gmail.com

unread,
Mar 4, 2015, 12:54:44 PM3/4/15
to tryt...@googlegroups.com
Leandro:

A continuación el detalle y lo mismo en el adjunto:



# /etc/tryton/trytond.conf - Configuration file for Tryton Server (trytond)
 #
 # This file contains the most common settings for trytond (Defaults
 # are commented).
 # For more information install the tryton-server-doc package and read
 # /usr/share/doc/tryton-server-doc/html/index.html
 # and accordingly
 # /usr/share/doc/tryton-server-doc/html/topics/configuration.html
  
 [database]
 # Database related settings
 
 # The URI to connect to the SQL database (following RFC-3986)
 # uri = database://username:password@host:port/
 #
 # PostgreSQL via TCP/IP
 #uri = postgresql://tryton:tryton@localhost:5432/
 # PostgreSQL via Unix domain sockets
 #uri = postgresql://tryton:tryton@/
 
 # The path to the directory where the Tryton Server stores files.
 # The server must have write permissions to this directory.
 path = /var/lib/tryton
 
 # Shall available databases be listed in the client?
 #list = True
 
 # The number of retries of the Tryton Server when there are errors 
 # in a request to the database
 #retry = 5
 
 # The primary language, that is used to store entries in translatable
 # fields into the database.
 language = es_ES
 
 [ssl]
 # SSL settings
 # Activation of SSL for all available protocols.
 # Uncomment the following settings for key and certificate
 # to enable SSL.
 
 # The path to the private key
 #privatekey = /etc/ssl/private/ssl-cert-snakeoil.key
 
 # The path to the certificate
 #certificate = /etc/ssl/certs/ssl-cert-snakeoil.pem
 
 [jsonrpc]
 # Settings for the JSON-RPC network interface
 
 # The IP/host and port number of the interface
 listen = *:8000
 #
 # Listen on all interfaces (IPv4 and IPv6)
 #listen = 0.0.0.0:8000,*:8000
 
 # The hostname for this interface
 #hostname = 
 
 # The root path to retrieve data for GET requests
 #data = jsondata
 
 [xmlrpc]
 # Settings for the XML-RPC network interface
 # The IP/host and port number of the interface
 #listen = localhost:8069
 
 [webdav]
 # Settings for the WebDAV network interface
 
 # The IP/host and port number of the interface
 #listen = localhost:8080
 
 [session]
 # Session settings
 
 # The time (in seconds) until an inactive session expires
 #timeout = 3600
 
 # The server administration password used by the client for
 # the execution of database management tasks. It is encrypted
 # using using the Unix crypt(3) routine. A password can be
 # generated using the following command line (on one line):
 # $ python -c 'import getpass,crypt,random,string; \
 # print crypt.crypt(getpass.getpass(), \
 # "".join(random.sample(string.ascii_letters + string.digits, 8)))'
 # Example password with 'admin'
 #super_pwd = jkUbZGvFNeugk
 
 [email]
 # Mail settings
 
 # The URI to connect to the SMTP server.
 # Available protocols are:
 # - smtp: simple SMTP
 # - smtp+tls: SMTP with STARTTLS
 # - smtps: SMTP with SSL
 #uri = smtp://localhost:25
 
 # The From address used by the Tryton Server to send emails.
 #from = tryton@localhost
 
 [report]
 # Report settings
 
 # Unoconv parameters for connection to the unoconv service.
 #unoconv = pipe,name=trytond;urp;StarOffice.ComponentContext
 
 # Module settings
 #
 # Some modules are reading configuration parameters from this
 # configuration file. These settings only apply when those modules
 # are installed.
 #
 #[ldap_authentication]
 # The URI to connect to the LDAP server.
 #uri = ldap://host:port/dn?attributes?scope?filter?extensions
 # A basic default URL could look like
 #uri = ldap://localhost:389/






El martes, 3 de marzo de 2015, 21:57:09 (UTC-6), empleo...@gmail.com escribió:
trytondconf.txt
Reply all
Reply to author
Forward
0 new messages