Guest User

Untitled

a guest
Jun 13th, 2018
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.78 KB | None | 0 0
  1. [uWSGI] getting INI configuration from my.ini
  2. *** Starting uWSGI 2.0.17 (64bit) on [Wed Jun 13 17:55:46 2018] ***
  3. compiled with version: 5.4.0 20160609 on 13 June 2018 21:27:28
  4. os: Linux-4.4.0-128-generic #154-Ubuntu SMP Fri May 25 14:15:18 UTC 2018
  5. nodename: kallitheareborn
  6. machine: x86_64
  7. clock source: unix
  8. detected number of CPU cores: 4
  9. current working directory: /home/kallithea/kallithea
  10. detected binary path: /opt/Kallithea/bin/uwsgi
  11. !!! no internal routing support, rebuild with pcre support !!!
  12. your processes number limit is 15646
  13. your memory page size is 4096 bytes
  14. detected max file descriptor number: 1024
  15. lock engine: pthread robust mutexes
  16. thunder lock: disabled (you can enable it with --thunder-lock)
  17. uWSGI http bound on 123.123.123.123:8080 fd 3
  18. uwsgi socket 0 bound to UNIX address /tmp/uwsgi.sock fd 6
  19. Python version: 2.7.12 (default, Dec 4 2017, 14:50:18) [GCC 5.4.0 20160609]
  20. *** Python threads support is disabled. You can enable it with --enable-threads ***
  21. Python main interpreter initialized at 0x272f1a0
  22. your server socket listen backlog is limited to 100 connections
  23. your mercy for graceful operations on workers is 60 seconds
  24. mapped 937112 bytes (915 KB) for 10 cores
  25. *** Operational MODE: preforking ***
  26. Loading paste environment: config:/home/kallithea/kallithea/my.ini
  27. 2018-06-13 17:55:47.319 INFO [kallithea.model] initializing db for sqlite:////home/kallithea/kallithea/kallithea.db?timeout=60
  28. 2018-06-13 17:55:47.319 INFO [kallithea.lib.auth] getting information about all available permissions
  29. WSGI app 0 (mountpoint='') ready in 1 seconds on interpreter 0x272f1a0 pid: 20699 (default app)
  30. *** uWSGI is running in multiple interpreter mode ***
  31. spawned uWSGI master process (pid: 20699)
  32. spawned uWSGI worker 1 (pid: 20706, cores: 1)
  33. spawned uWSGI worker 2 (pid: 20707, cores: 1)
  34. spawned uWSGI worker 3 (pid: 20708, cores: 1)
  35. spawned uWSGI worker 4 (pid: 20709, cores: 1)
  36. spawned uWSGI http 1 (pid: 20710)
  37. worker 1 killed successfully (pid: 20706)
  38. uWSGI worker 1 cheaped.
  39. worker 2 killed successfully (pid: 20707)
  40. uWSGI worker 2 cheaped.
  41. 2018-06-13 17:56:03.462 INFO [kallithea.lib.base] Access for IP:123.123.123.124 allowed
  42. 2018-06-13 17:56:03.516 INFO [kallithea.RequestWrapper] IP: 123.123.123.124 Request to /test3/info/refs time: 0.074s
  43. [pid: 20709|app: 0|req: 1/1] 123.123.123.124 () {32 vars in 442 bytes} [Wed Jun 13 17:56:03 2018] GET /test3/info/refs?service=git-receive-pack => generated 289 bytes in 76 msecs (HTTP/1.1 401) 4 headers in 142 bytes (1 switches on core 0)
  44. 2018-06-13 17:56:03.528 INFO [kallithea.lib.base] Access for IP:123.123.123.124 allowed
  45. 2018-06-13 17:56:03.563 INFO [kallithea.lib.auth_modules] Authenticating user using kallithea.lib.auth_modules.auth_internal plugin
  46. 2018-06-13 17:56:03.660 ERROR [kallithea.lib.auth_modules.auth_internal] user kallithea had a bad password
  47. 2018-06-13 17:56:03.660 WARNI [kallithea.lib.auth_modules] User `kallithea` failed to authenticate against kallithea.lib.auth_modules.auth_internal
  48. 2018-06-13 17:56:03.661 INFO [kallithea.RequestWrapper] IP: 123.123.123.124 Request to /test3/info/refs time: 0.139s
  49. [pid: 20709|app: 0|req: 2/2] 123.123.123.124 () {34 vars in 486 bytes} [Wed Jun 13 17:56:03 2018] GET /test3/info/refs?service=git-receive-pack => generated 289 bytes in 139 msecs (HTTP/1.1 401) 4 headers in 142 bytes (1 switches on core 0)
  50. 2018-06-13 17:56:06.526 INFO [kallithea.lib.base] Access for IP:123.123.123.124 allowed
  51. 2018-06-13 17:56:06.587 INFO [kallithea.lib.auth_modules] Authenticating user using kallithea.lib.auth_modules.auth_internal plugin
  52. 2018-06-13 17:56:06.674 INFO [kallithea.lib.auth_modules.auth_internal] user kallithea authenticated correctly
  53. 2018-06-13 17:56:06.678 INFO [kallithea.lib.base] Access for IP:123.123.123.124 allowed
  54. 2018-06-13 17:56:06.780 INFO [kallithea.lib.middleware.simplegit] push action on Git repo "test3" by "kallithea" from 123.123.123.124
  55. 2018-06-13 17:56:06.793 INFO [kallithea.RequestWrapper] IP: 123.123.123.124 Request to /test3/info/refs time: 0.287s
  56. [pid: 20708|app: 0|req: 1/3] 123.123.123.124 () {34 vars in 514 bytes} [Wed Jun 13 17:56:06 2018] GET /test3/info/refs?service=git-receive-pack => generated 160 bytes in 323 msecs (HTTP/1.1 200) 3 headers in 124 bytes (1 switches on core 0)
  57. 2018-06-13 17:56:09.515 INFO [kallithea.lib.base] Access for IP:123.123.123.124 allowed
  58. 2018-06-13 17:56:09.549 INFO [kallithea.lib.auth_modules] Authenticating user using kallithea.lib.auth_modules.auth_internal plugin
  59. 2018-06-13 17:56:09.639 INFO [kallithea.lib.auth_modules.auth_internal] user kallithea authenticated correctly
  60. 2018-06-13 17:56:09.643 INFO [kallithea.lib.base] Access for IP:123.123.123.124 allowed
  61. 2018-06-13 17:56:09.661 INFO [kallithea.lib.middleware.simplegit] push action on Git repo "test3" by "kallithea" from 123.123.123.124
  62. 2018-06-13 17:56:09.685 INFO [kallithea.RequestWrapper] IP: 123.123.123.124 Request to /test3/git-receive-pack time: 0.178s
  63. [pid: 20709|app: 0|req: 3/4] 123.123.123.124 () {34 vars in 536 bytes} [Wed Jun 13 17:56:09 2018] POST /test3/git-receive-pack => generated 0 bytes in 255 msecs (HTTP/1.1 200) 1 headers in 72 bytes (0 switches on core 0)
  64. 2018-06-13 17:56:09.781 INFO [kallithea.lib.base] Access for IP:123.123.123.124 allowed
  65. 2018-06-13 17:56:09.866 INFO [kallithea.lib.auth_modules] Authenticating user using kallithea.lib.auth_modules.auth_internal plugin
  66. 2018-06-13 17:56:09.951 INFO [kallithea.lib.auth_modules.auth_internal] user kallithea authenticated correctly
  67. 2018-06-13 17:56:09.954 INFO [kallithea.lib.base] Access for IP:123.123.123.124 allowed
  68. 2018-06-13 17:56:09.972 INFO [kallithea.lib.middleware.simplegit] push action on Git repo "test3" by "kallithea" from 123.123.123.124
  69. 2018-06-13 17:56:10.020 ERROR [kallithea.lib.middleware.pygrack] Traceback (most recent call last):
  70. File "./kallithea/lib/middleware/pygrack.py", line 133, in backend
  71. cwd=self.content_path,
  72. File "./kallithea/lib/vcs/subprocessio.py", line 384, in __init__
  73. "Subprocess exited due to an error:\n" + err)
  74. EnvironmentError: Subprocess exited due to an error:
  75. fatal: The remote end hung up unexpectedly
  76.  
  77.  
  78. 2018-06-13 17:56:10.021 ERROR [kallithea.lib.middleware.pygrack] Traceback (most recent call last):
  79. File "./kallithea/lib/middleware/pygrack.py", line 162, in __call__
  80. resp = app(request, environ)
  81. File "./kallithea/lib/middleware/pygrack.py", line 137, in backend
  82. raise exc.HTTPExpectationFailed()
  83. HTTPExpectationFailed: Expectation failed.
  84.  
  85. 2018-06-13 17:56:10.023 INFO [kallithea.RequestWrapper] IP: 123.123.123.124 Request to /test3/git-receive-pack time: 0.248s
  86. [pid: 20708|app: 0|req: 2/5] 123.123.123.124 () {36 vars in 578 bytes} [Wed Jun 13 17:56:09 2018] POST /test3/git-receive-pack => generated 55 bytes in 273 msecs (HTTP/1.1 417) 3 headers in 120 bytes (1 switches on core 0)
Advertisement
Add Comment
Please, Sign In to add comment