Guest User

Untitled

a guest
Oct 9th, 2017
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.33 KB | None | 0 0
  1. make all-recursive
  2. make[1]: Entering directory '/home/darshan/online'
  3. Making all in .
  4. make[2]: Entering directory '/home/darshan/online'
  5. Set required capabilities
  6. make[2]: Leaving directory '/home/darshan/online'
  7. Making all in test
  8. make[2]: Entering directory '/home/darshan/online/test'
  9.  
  10. Running build-time unit tests. For more thorough testing, please run 'make check'.
  11.  
  12. TileQueueTests::testTileQueuePriority. : OK
  13. TileQueueTests::testTileCombinedRendering. : OK
  14. TileQueueTests::testTileRecombining. : OK
  15. TileQueueTests::testViewOrder. : OK
  16. TileQueueTests::testPreviewsDeprioritization. : OK
  17. TileQueueTests::testSenderQueue. : OK
  18. TileQueueTests::testSenderQueueTileDeduplication. : OK
  19. TileQueueTests::testInvalidateViewCursorDeduplication. : OK
  20. TileQueueTests::testCallbackInvalidation. : OK
  21. TileQueueTests::testCallbackIndicatorValue. : OK
  22. TileQueueTests::testCallbackPageSize. : OK
  23. WhiteBoxTests::testLOOLProtocolFunctions. : OK
  24. WhiteBoxTests::testMessageAbbreviation. : OK
  25. WhiteBoxTests::testTokenizer. : OK
  26. WhiteBoxTests::testReplace. : OK
  27. WhiteBoxTests::testRegexListMatcher. : OK
  28. WhiteBoxTests::testRegexListMatcher_Init. : OK
  29. WhiteBoxTests::testEmptyCellCursor. : OK
  30. WhiteBoxTests::testRectanglesIntersect. : OK
  31. WhiteBoxTests::testAuthorization. : OK
  32.  
  33. OK (20)
  34. make[2]: Leaving directory '/home/darshan/online/test'
  35. Making all in loleaflet
  36. make[2]: Entering directory '/home/darshan/online/loleaflet'
  37. rm -rf dist/plugins/draw-0.2.4 && mkdir -p dist/plugins/draw-0.2.4
  38. cd plugins/draw-0.2.4 && jake build && cp -ar dist ../../dist/plugins/draw-0.2.4
  39.  
  40. Concatenating and compressing 25 files...
  41. Uncompressed: 71.68 KB (unchanged)
  42. jake build debug=true minify=false
  43.  
  44. Finished building admin
  45. Finished building loleaflet
  46. make[2]: Leaving directory '/home/darshan/online/loleaflet'
  47. make[1]: Leaving directory '/home/darshan/online'
  48. Launching loolwsd
  49.  
  50. ./loolwsd --o:sys_template_path="/home/darshan/online/systemplate" --o:lo_template_path="../libreoffice/instdir" \
  51. --o:child_root_path="/home/darshan/online/jails" --o:storage.filesystem[@allow]=true \
  52. --o:ssl.cert_file_path="/home/darshan/online/etc/cert.pem" \
  53. --o:ssl.key_file_path="/home/darshan/online/etc/key.pem" \
  54. --o:ssl.ca_file_path="/home/darshan/online/etc/ca-chain.cert.pem" \
  55. --o:admin_console.username=admin --o:admin_console.password=admin \
  56. --o:logging.file[@enable]=true --o:logging.level=trace
  57.  
  58. Full log is available in: /tmp/loolwsd.log
  59.  
  60. Launch this in your browser:
  61.  
  62. https://localhost:9980/loleaflet/e78d9a0/loleaflet.html?file_path=file:///home/darshan/online/test/data/hello-world.odt
  63.  
  64.  
  65. Or for the Admin Console:
  66.  
  67. https://admin:admin@localhost:9980/loleaflet/dist/admin/admin.html
  68.  
  69. FATAL: Unable to access cache [/usr/local/var/cache/loolwsd] please make sure it exists, and has write permission for this user.
  70. <shutdown>-12850 10:34:29.974231 [ loolwsd ] WRN Waking up dead poll thread [accept_poll], started: false, finished: false| ./net/Socket.hpp:507
  71. <shutdown>-12850 10:34:29.974265 [ loolwsd ] WRN Waking up dead poll thread [accept_poll], started: false, finished: false| ./net/Socket.hpp:507
  72. <shutdown>-12850 10:34:29.974278 [ loolwsd ] WRN Waking up dead poll thread [websrv_poll], started: false, finished: false| ./net/Socket.hpp:507
  73. <shutdown>-12850 10:34:29.974289 [ loolwsd ] WRN Waking up dead poll thread [websrv_poll], started: false, finished: false| ./net/Socket.hpp:507
  74. <shutdown>-12850 10:34:29.974300 [ loolwsd ] WRN Waking up dead poll thread [accept_poll], started: false, finished: false| ./net/Socket.hpp:507
  75. <shutdown>-12850 10:34:29.974310 [ loolwsd ] WRN Waking up dead poll thread [accept_poll], started: false, finished: false| ./net/Socket.hpp:507
  76. <shutdown>-12850 10:34:29.974327 [ loolwsd ] WRN Waking up dead poll thread [prisoner_poll], started: false, finished: false| ./net/Socket.hpp:507
  77. <shutdown>-12850 10:34:29.974354 [ loolwsd ] WRN Waking up dead poll thread [prisoner_poll], started: false, finished: false| ./net/Socket.hpp:507
  78. <shutdown>-12850 10:34:29.974370 [ loolwsd ] WRN Waking up dead poll thread [websrv_poll], started: false, finished: false| ./net/Socket.hpp:507
  79. <shutdown>-12850 10:34:29.974384 [ loolwsd ] WRN Waking up dead poll thread [websrv_poll], started: false, finished: false| ./net/Socket.hpp:507
  80. Makefile:2224: recipe for target 'run' failed
  81. make: *** [run] Error 70
Add Comment
Please, Sign In to add comment