Am Donnerstag, 30. November 2017 09:21:13 UTC+1 schrieb Sergi Almacellas Abellana: > El 30/11/17 a les 07:51, Nicolas Évrard ha escrit: > > * Axel Braun [2017-11-30 06:39 +0100]: > >> Morning, > > > > Hello, > > > >> I can access a server with a working Tryton installation remote per > >> SSH - no > >> GUI installed. > >> Is there a way to check if connections to the server are accepted? > >> means, Can I > >> simulate the server connection from the commandline somehow? Proteus > >> maybe? > >> (connection check via telnet is not working...) > > > > If the server is running and listening and if telnet does not work > > then you can not reach the server and it's probably a network > > configuration issue. > You can also use curl to list all the databases with the following comand: > > curl -H "Content-Type: application/json" -d '{"method": > "common.db.list", "params": []}' -X POST http://localhost:8000/ > > This will validate that the server is up and it can connect to the > database. > > Hope it helps.
Yes...works....but nothing I could remember out of my head :D Thanks! -- You received this message because you are subscribed to the Google Groups "tryton-dev" group. To view this discussion on the web visit https://groups.google.com/d/msgid/tryton-dev/e8702a7d-ee8c-4cb1-928c-fc3f0cc65f0e%40googlegroups.com.