Changes between Initial Version and Version 1 of Ticket #1447, comment 19
- Timestamp:
- 04/03/17 17:01:28 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1447, comment 19
initial v1 8 8 The output should include timestamps, please post that information. (or the server log file if you wish) 9 9 Without hard data, it is difficult to know where to go. 10 11 Example on my relatively beefy system: 12 {{{ 13 2017-04-03 22:53:23,078 created unix domain socket: /run/user/1000/xpra/desktop-10 14 2017-04-03 22:53:23,078 created unix domain socket: /home/antoine/.xpra/desktop-10 15 2017-04-03 22:53:23,079 created unix domain socket: /var/run/xpra/desktop-10 16 (..) 17 2017-04-03 22:53:24,038 xpra is ready. 18 }}} 19 So that's 1 second from the socket creation until fully ready. 20 (and the socket timeout + clearing should be around 8 seconds maximum)