Advertisement
Guest User

Untitled

a guest
Mar 24th, 2017
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.46 KB | None | 0 0
  1. Thu Mar 23 12:41:44 2017 - *** Starting uWSGI 2.0.7-debian (64bit) on [Thu Mar 23 12:41:44 2017] ***
  2. Thu Mar 23 12:41:44 2017 - compiled with version: 4.9.1 on 25 October 2014 19:17:54
  3. Thu Mar 23 12:41:44 2017 - os: Linux-4.9.0-0.bpo.2-amd64 #1 SMP Debian 4.9.13-1~bpo8+1 (2017-02-27)
  4. Thu Mar 23 12:41:44 2017 - nodename: services
  5. Thu Mar 23 12:41:44 2017 - machine: x86_64
  6. Thu Mar 23 12:41:44 2017 - clock source: unix
  7. Thu Mar 23 12:41:44 2017 - pcre jit disabled
  8. Thu Mar 23 12:41:44 2017 - detected number of CPU cores: 1
  9. Thu Mar 23 12:41:44 2017 - current working directory: /
  10. Thu Mar 23 12:41:44 2017 - writing pidfile to /run/uwsgi/app/graphite/pid
  11. Thu Mar 23 12:41:44 2017 - detected binary path: /usr/bin/uwsgi-core
  12. Thu Mar 23 12:41:44 2017 - setgid() to 33
  13. Thu Mar 23 12:41:44 2017 - setuid() to 33
  14. Thu Mar 23 12:41:44 2017 - your processes number limit is 3892
  15. Thu Mar 23 12:41:44 2017 - your memory page size is 4096 bytes
  16. Thu Mar 23 12:41:44 2017 - detected max file descriptor number: 1024
  17. Thu Mar 23 12:41:44 2017 - lock engine: pthread robust mutexes
  18. Thu Mar 23 12:41:44 2017 - thunder lock: disabled (you can enable it with --thunder-lock)
  19. Thu Mar 23 12:41:44 2017 - uwsgi socket 0 bound to UNIX address /run/uwsgi/app/graphite/socket fd 3
  20. Thu Mar 23 12:41:44 2017 - Python version: 2.7.9 (default, Jun 29 2016, 13:11:10) [GCC 4.9.2]
  21. Thu Mar 23 12:41:44 2017 - *** Python threads support is disabled. You can enable it with --enable-threads ***
  22. Thu Mar 23 12:41:44 2017 - Python main interpreter initialized at 0xa54210
  23. Thu Mar 23 12:41:44 2017 - your server socket listen backlog is limited to 100 connections
  24. Thu Mar 23 12:41:44 2017 - your mercy for graceful operations on workers is 60 seconds
  25. Thu Mar 23 12:41:44 2017 - mapped 402621 bytes (393 KB) for 2 cores
  26. Thu Mar 23 12:41:44 2017 - *** Operational MODE: preforking ***
  27. Thu Mar 23 12:41:44 2017 - added /var/lib/graphite/lib/ to pythonpath.
  28. Traceback (most recent call last):
  29. File "/var/lib/graphite/conf/graphite.wsgi", line 25, in <module>
  30. import graphite.metrics.search # noqa
  31. File "/var/lib/graphite/lib/graphite/metrics/search.py", line 6, in <module>
  32. from graphite.storage import is_pattern, match_entries
  33. File "/var/lib/graphite/lib/graphite/storage.py", line 9, in <module>
  34. from graphite.remote_storage import RemoteStore
  35. File "/var/lib/graphite/lib/graphite/remote_storage.py", line 8, in <module>
  36. from graphite.util import unpickle
  37. File "/var/lib/graphite/lib/graphite/util.py", line 81, in <module>
  38. defaultUser = User.objects.get(username='default')
  39. File "/usr/local/lib/python2.7/dist-packages/django/db/models/manager.py", line 127, in manager_method
  40. return getattr(self.get_queryset(), name)(*args, **kwargs)
  41. File "/usr/local/lib/python2.7/dist-packages/django/db/models/query.py", line 328, in get
  42. num = len(clone)
  43. File "/usr/local/lib/python2.7/dist-packages/django/db/models/query.py", line 144, in __len__
  44. self._fetch_all()
  45. File "/usr/local/lib/python2.7/dist-packages/django/db/models/query.py", line 965, in _fetch_all
  46. self._result_cache = list(self.iterator())
  47. File "/usr/local/lib/python2.7/dist-packages/django/db/models/query.py", line 238, in iterator
  48. results = compiler.execute_sql()
  49. File "/usr/local/lib/python2.7/dist-packages/django/db/models/sql/compiler.py", line 840, in execute_sql
  50. cursor.execute(sql, params)
  51. File "/usr/local/lib/python2.7/dist-packages/django/db/backends/utils.py", line 64, in execute
  52. return self.cursor.execute(sql, params)
  53. File "/usr/local/lib/python2.7/dist-packages/django/db/utils.py", line 98, in __exit__
  54. six.reraise(dj_exc_type, dj_exc_value, traceback)
  55. File "/usr/local/lib/python2.7/dist-packages/django/db/backends/utils.py", line 64, in execute
  56. return self.cursor.execute(sql, params)
  57. File "/usr/local/lib/python2.7/dist-packages/django/db/backends/sqlite3/base.py", line 318, in execute
  58. return Database.Cursor.execute(self, query, params)
  59. django.db.utils.OperationalError: no such table: auth_user
  60. Thu Mar 23 12:41:46 2017 - unable to load app 0 (mountpoint='') (callable not found or import error)
  61. Thu Mar 23 12:41:46 2017 - *** no app loaded. going in full dynamic mode ***
  62. Thu Mar 23 12:41:46 2017 - *** uWSGI is running in multiple interpreter mode ***
  63. Thu Mar 23 12:41:46 2017 - spawned uWSGI master process (pid: 24766)
  64. Thu Mar 23 12:41:46 2017 - spawned uWSGI worker 1 (pid: 24799, cores: 1)
  65. Thu Mar 23 12:41:46 2017 - spawned uWSGI worker 2 (pid: 24800, cores: 1)
  66. Fri Mar 24 05:17:43 2017 - --- no python application found, check your startup logs for errors ---
  67. [pid: 24799|app: -1|req: -1/1] 88.153.24.239 () {40 vars in 672 bytes} [Fri Mar 24 05:17:43 2017] GET / => generated 21 bytes in 3 msecs (HTTP/1.1 500) 2 headers in 83 bytes (0 switches on core 0)
  68. Fri Mar 24 05:17:46 2017 - --- no python application found, check your startup logs for errors ---
  69. [pid: 24799|app: -1|req: -1/2] 88.153.24.239 () {42 vars in 703 bytes} [Fri Mar 24 05:17:46 2017] GET / => generated 21 bytes in 0 msecs (HTTP/1.1 500) 2 headers in 83 bytes (0 switches on core 0)
  70. Fri Mar 24 05:17:53 2017 - --- no python application found, check your startup logs for errors ---
  71. [pid: 24799|app: -1|req: -1/3] 88.153.24.239 () {42 vars in 688 bytes} [Fri Mar 24 05:17:53 2017] GET / => generated 21 bytes in 0 msecs (HTTP/1.1 500) 2 headers in 83 bytes (1 switches on core 0)
  72. Fri Mar 24 05:17:53 2017 - --- no python application found, check your startup logs for errors ---
  73. [pid: 24799|app: -1|req: -1/4] 88.153.24.239 () {40 vars in 615 bytes} [Fri Mar 24 05:17:53 2017] GET /favicon.ico => generated 21 bytes in 0 msecs (HTTP/1.1 500) 2 headers in 83 bytes (1 switches on core 0)
  74. Fri Mar 24 05:17:53 2017 - --- no python application found, check your startup logs for errors ---
  75. [pid: 24799|app: -1|req: -1/5] 88.153.24.239 () {40 vars in 675 bytes} [Fri Mar 24 05:17:53 2017] GET /favicon.ico => generated 21 bytes in 0 msecs (HTTP/1.1 500) 2 headers in 83 bytes (1 switches on core 0)
  76. Fri Mar 24 05:17:56 2017 - --- no python application found, check your startup logs for errors ---
  77. [pid: 24799|app: -1|req: -1/6] 88.153.24.239 () {44 vars in 719 bytes} [Fri Mar 24 05:17:56 2017] GET / => generated 21 bytes in 0 msecs (HTTP/1.1 500) 2 headers in 83 bytes (0 switches on core 0)
  78. Fri Mar 24 05:20:12 2017 - --- no python application found, check your startup logs for errors ---
  79. [pid: 24799|app: -1|req: -1/7] 88.153.24.239 () {44 vars in 719 bytes} [Fri Mar 24 05:20:12 2017] GET / => generated 21 bytes in 0 msecs (HTTP/1.1 500) 2 headers in 83 bytes (1 switches on core 0)
  80. Fri Mar 24 05:20:13 2017 - --- no python application found, check your startup logs for errors ---
  81. [pid: 24799|app: -1|req: -1/8] 88.153.24.239 () {44 vars in 719 bytes} [Fri Mar 24 05:20:13 2017] GET / => generated 21 bytes in 0 msecs (HTTP/1.1 500) 2 headers in 83 bytes (0 switches on core 0)
  82. Fri Mar 24 05:22:32 2017 - SIGINT/SIGQUIT received...killing workers...
  83. Fri Mar 24 05:22:33 2017 - worker 1 buried after 1 seconds
  84. Fri Mar 24 05:22:33 2017 - worker 2 buried after 1 seconds
  85. Fri Mar 24 05:22:33 2017 - goodbye to uWSGI.
  86. Fri Mar 24 05:22:33 2017 - VACUUM: unix socket /run/uwsgi/app/graphite/socket removed.
  87. Fri Mar 24 05:23:03 2017 - *** Starting uWSGI 2.0.7-debian (64bit) on [Fri Mar 24 05:23:03 2017] ***
  88. Fri Mar 24 05:23:03 2017 - compiled with version: 4.9.1 on 25 October 2014 19:17:54
  89. Fri Mar 24 05:23:03 2017 - os: Linux-4.9.0-0.bpo.2-amd64 #1 SMP Debian 4.9.13-1~bpo8+1 (2017-02-27)
  90. Fri Mar 24 05:23:03 2017 - nodename: services
  91. Fri Mar 24 05:23:03 2017 - machine: x86_64
  92. Fri Mar 24 05:23:03 2017 - clock source: unix
  93. Fri Mar 24 05:23:03 2017 - pcre jit disabled
  94. Fri Mar 24 05:23:03 2017 - detected number of CPU cores: 1
  95. Fri Mar 24 05:23:03 2017 - current working directory: /
  96. Fri Mar 24 05:23:03 2017 - writing pidfile to /run/uwsgi/app/graphite/pid
  97. Fri Mar 24 05:23:03 2017 - detected binary path: /usr/bin/uwsgi-core
  98. Fri Mar 24 05:23:03 2017 - setgid() to 33
  99. Fri Mar 24 05:23:03 2017 - setuid() to 33
  100. Fri Mar 24 05:23:03 2017 - your processes number limit is 3892
  101. Fri Mar 24 05:23:03 2017 - your memory page size is 4096 bytes
  102. Fri Mar 24 05:23:03 2017 - detected max file descriptor number: 1024
  103. Fri Mar 24 05:23:03 2017 - lock engine: pthread robust mutexes
  104. Fri Mar 24 05:23:03 2017 - thunder lock: disabled (you can enable it with --thunder-lock)
  105. Fri Mar 24 05:23:03 2017 - uwsgi socket 0 bound to UNIX address /run/uwsgi/app/graphite/socket fd 3
  106. Fri Mar 24 05:23:03 2017 - Python version: 2.7.9 (default, Jun 29 2016, 13:11:10) [GCC 4.9.2]
  107. Fri Mar 24 05:23:03 2017 - *** Python threads support is disabled. You can enable it with --enable-threads ***
  108. Fri Mar 24 05:23:03 2017 - Python main interpreter initialized at 0x16aa210
  109. Fri Mar 24 05:23:03 2017 - your server socket listen backlog is limited to 100 connections
  110. Fri Mar 24 05:23:03 2017 - your mercy for graceful operations on workers is 60 seconds
  111. Fri Mar 24 05:23:03 2017 - mapped 402621 bytes (393 KB) for 2 cores
  112. Fri Mar 24 05:23:03 2017 - *** Operational MODE: preforking ***
  113. Fri Mar 24 05:23:03 2017 - added /var/lib/graphite/lib/ to pythonpath.
  114. Traceback (most recent call last):
  115. File "/var/lib/graphite/conf/graphite.wsgi", line 25, in <module>
  116. import graphite.metrics.search # noqa
  117. File "/var/lib/graphite/lib/graphite/metrics/search.py", line 6, in <module>
  118. from graphite.storage import is_pattern, match_entries
  119. File "/var/lib/graphite/lib/graphite/storage.py", line 9, in <module>
  120. from graphite.remote_storage import RemoteStore
  121. File "/var/lib/graphite/lib/graphite/remote_storage.py", line 8, in <module>
  122. from graphite.util import unpickle
  123. File "/var/lib/graphite/lib/graphite/util.py", line 81, in <module>
  124. defaultUser = User.objects.get(username='default')
  125. File "/usr/local/lib/python2.7/dist-packages/django/db/models/manager.py", line 127, in manager_method
  126. return getattr(self.get_queryset(), name)(*args, **kwargs)
  127. File "/usr/local/lib/python2.7/dist-packages/django/db/models/query.py", line 328, in get
  128. num = len(clone)
  129. File "/usr/local/lib/python2.7/dist-packages/django/db/models/query.py", line 144, in __len__
  130. self._fetch_all()
  131. File "/usr/local/lib/python2.7/dist-packages/django/db/models/query.py", line 965, in _fetch_all
  132. self._result_cache = list(self.iterator())
  133. File "/usr/local/lib/python2.7/dist-packages/django/db/models/query.py", line 238, in iterator
  134. results = compiler.execute_sql()
  135. File "/usr/local/lib/python2.7/dist-packages/django/db/models/sql/compiler.py", line 840, in execute_sql
  136. cursor.execute(sql, params)
  137. File "/usr/local/lib/python2.7/dist-packages/django/db/backends/utils.py", line 64, in execute
  138. return self.cursor.execute(sql, params)
  139. File "/usr/local/lib/python2.7/dist-packages/django/db/utils.py", line 98, in __exit__
  140. six.reraise(dj_exc_type, dj_exc_value, traceback)
  141. File "/usr/local/lib/python2.7/dist-packages/django/db/backends/utils.py", line 64, in execute
  142. return self.cursor.execute(sql, params)
  143. File "/usr/local/lib/python2.7/dist-packages/django/db/backends/sqlite3/base.py", line 318, in execute
  144. return Database.Cursor.execute(self, query, params)
  145. django.db.utils.OperationalError: no such table: auth_user
  146. Fri Mar 24 05:23:05 2017 - unable to load app 0 (mountpoint='') (callable not found or import error)
  147. Fri Mar 24 05:23:05 2017 - *** no app loaded. going in full dynamic mode ***
  148. Fri Mar 24 05:23:05 2017 - *** uWSGI is running in multiple interpreter mode ***
  149. Fri Mar 24 05:23:05 2017 - spawned uWSGI master process (pid: 2145)
  150. Fri Mar 24 05:23:05 2017 - spawned uWSGI worker 1 (pid: 2203, cores: 1)
  151. Fri Mar 24 05:23:05 2017 - spawned uWSGI worker 2 (pid: 2204, cores: 1)
  152. Fri Mar 24 05:30:43 2017 - --- no python application found, check your startup logs for errors ---
  153. [pid: 2204|app: -1|req: -1/1] 88.153.24.239 () {44 vars in 719 bytes} [Fri Mar 24 05:30:43 2017] GET / => generated 21 bytes in 0 msecs (HTTP/1.1 500) 2 headers in 83 bytes (0 switches on core 0)
  154. Fri Mar 24 05:30:45 2017 - --- no python application found, check your startup logs for errors ---
  155. [pid: 2204|app: -1|req: -1/2] 88.153.24.239 () {44 vars in 719 bytes} [Fri Mar 24 05:30:45 2017] GET / => generated 21 bytes in 0 msecs (HTTP/1.1 500) 2 headers in 83 bytes (0 switches on core 0)
  156. Fri Mar 24 06:06:58 2017 - --- no python application found, check your startup logs for errors ---
  157. [pid: 2204|app: -1|req: -1/3] 88.153.24.239 () {44 vars in 719 bytes} [Fri Mar 24 06:06:58 2017] GET / => generated 21 bytes in 0 msecs (HTTP/1.1 500) 2 headers in 83 bytes (1 switches on core 0)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement