nohup.out 12.6 KB
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
[uWSGI] getting INI configuration from server.ini
*** Starting uWSGI 2.0.18 (32bit) on [Tue Apr 21 12:24:28 2020] ***
compiled with version: 6.3.0 20170516 on 20 April 2020 09:27:17
os: Linux-4.19.66-v7+ #1253 SMP Thu Aug 15 11:49:46 BST 2019
nodename: LoRaIk
machine: armv7l
clock source: unix
detected number of CPU cores: 4
current working directory: /home/pi/thso.server/app
detected binary path: /home/pi/thso.server/env/bin/uwsgi
!!! no internal routing support, rebuild with pcre support !!!
your processes number limit is 6924
your memory page size is 4096 bytes
detected max file descriptor number: 1024
lock engine: pthread robust mutexes
thunder lock: disabled (you can enable it with --thunder-lock)
uWSGI http bound on :8080 fd 4
uwsgi socket 0 bound to TCP address 127.0.0.1:36961 (port auto-assigned) fd 3
Python version: 3.5.3 (default, Sep 27 2018, 17:25:39)  [GCC 6.3.0 20170516]
Python main interpreter initialized at 0x3a8038
python threads support enabled
your server socket listen backlog is limited to 100 connections
your mercy for graceful operations on workers is 60 seconds
mapped 261216 bytes (255 KB) for 8 cores
*** Operational MODE: preforking+threaded ***
WSGI app 0 (mountpoint='') ready in 1 seconds on interpreter 0x3a8038 pid: 11600 (default app)
*** uWSGI is running in multiple interpreter mode ***
spawned uWSGI master process (pid: 11600)
spawned uWSGI worker 1 (pid: 11613, cores: 4)
spawned uWSGI worker 2 (pid: 11614, cores: 4)
spawned uWSGI http 1 (pid: 11618)
SIGINT/SIGQUIT received...killing workers...
gateway "uWSGI http 1" has been buried (pid: 11618)
worker 1 buried after 1 seconds
worker 2 buried after 1 seconds
goodbye to uWSGI.
[uWSGI] getting INI configuration from server.ini
*** Starting uWSGI 2.0.18 (32bit) on [Tue Apr 21 12:24:40 2020] ***
compiled with version: 6.3.0 20170516 on 20 April 2020 09:27:17
os: Linux-4.19.66-v7+ #1253 SMP Thu Aug 15 11:49:46 BST 2019
nodename: LoRaIk
machine: armv7l
clock source: unix
detected number of CPU cores: 4
current working directory: /home/pi/thso.server/app
detected binary path: /home/pi/thso.server/env/bin/uwsgi
!!! no internal routing support, rebuild with pcre support !!!
your processes number limit is 6924
your memory page size is 4096 bytes
detected max file descriptor number: 1024
lock engine: pthread robust mutexes
thunder lock: disabled (you can enable it with --thunder-lock)
uWSGI http bound on :8080 fd 4
uwsgi socket 0 bound to TCP address 127.0.0.1:41041 (port auto-assigned) fd 3
Python version: 3.5.3 (default, Sep 27 2018, 17:25:39)  [GCC 6.3.0 20170516]
Python main interpreter initialized at 0x6ec038
python threads support enabled
your server socket listen backlog is limited to 100 connections
your mercy for graceful operations on workers is 60 seconds
mapped 261216 bytes (255 KB) for 8 cores
*** Operational MODE: preforking+threaded ***
WSGI app 0 (mountpoint='') ready in 1 seconds on interpreter 0x6ec038 pid: 11658 (default app)
*** uWSGI is running in multiple interpreter mode ***
spawned uWSGI master process (pid: 11658)
spawned uWSGI worker 1 (pid: 11682, cores: 4)
spawned uWSGI worker 2 (pid: 11683, cores: 4)
spawned uWSGI http 1 (pid: 11688)
[pid: 11683|app: 0|req: 1/1] 192.168.0.106 () {42 vars in 782 bytes} [Tue Apr 21 12:24:55 2020] GET / => generated 2110 bytes in 238 msecs (HTTP/1.1 200) 4 headers in 234 bytes (1 switches on core 0)
[pid: 11682|app: 0|req: 1/2] 192.168.0.106 () {42 vars in 787 bytes} [Tue Apr 21 12:24:57 2020] GET /app?appkey=e6736c46 => generated 2814 bytes in 275 msecs (HTTP/1.1 200) 4 headers in 258 bytes (1 switches on core 0)
[pid: 11682|app: 0|req: 2/3] 192.168.0.106 () {42 vars in 808 bytes} [Tue Apr 21 12:24:59 2020] GET /dev?id=1 => generated 2871 bytes in 187 msecs (HTTP/1.1 200) 4 headers in 258 bytes (1 switches on core 2)
[pid: 11683|app: 0|req: 2/4] 192.168.0.106 () {42 vars in 798 bytes} [Tue Apr 21 12:25:03 2020] GET /dev-data => generated 13680 bytes in 200 msecs (HTTP/1.1 200) 3 headers in 96 bytes (1 switches on core 1)
[pid: 11683|app: 0|req: 3/5] 192.168.0.106 () {42 vars in 780 bytes} [Tue Apr 21 12:25:26 2020] GET / => generated 2110 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 234 bytes (1 switches on core 2)
[pid: 11683|app: 0|req: 4/6] 192.168.0.106 () {40 vars in 708 bytes} [Tue Apr 21 16:10:59 2020] GET / => generated 2110 bytes in 101 msecs (HTTP/1.1 200) 3 headers in 95 bytes (1 switches on core 3)
[pid: 11683|app: 0|req: 5/7] 192.168.0.106 () {42 vars in 787 bytes} [Tue Apr 21 16:11:02 2020] GET /app?appkey=e6736c46 => generated 2814 bytes in 193 msecs (HTTP/1.1 200) 4 headers in 258 bytes (1 switches on core 0)
[pid: 11683|app: 0|req: 6/8] 192.168.0.106 () {42 vars in 808 bytes} [Tue Apr 21 16:11:04 2020] GET /dev?id=1 => generated 2870 bytes in 177 msecs (HTTP/1.1 200) 4 headers in 258 bytes (1 switches on core 1)
[pid: 11683|app: 0|req: 7/9] 192.168.0.106 () {42 vars in 798 bytes} [Tue Apr 21 16:11:11 2020] GET /dev-data => generated 13674 bytes in 183 msecs (HTTP/1.1 200) 3 headers in 96 bytes (1 switches on core 2)
[pid: 11682|app: 0|req: 3/10] 192.168.0.106 () {42 vars in 782 bytes} [Tue Apr 21 16:11:26 2020] GET / => generated 2110 bytes in 146 msecs (HTTP/1.1 200) 4 headers in 234 bytes (1 switches on core 1)
gateway "uWSGI http 1" has been buried (pid: 11688)
...brutally killing workers...
worker 1 buried after 1 seconds
worker 2 buried after 1 seconds
binary reloading uWSGI...
chdir() to /home/pi/thso.server/app
closing all non-uwsgi socket fds > 2 (max_fd = 1024)...
found fd 3 mapped to socket 0 (127.0.0.1:41041)
running /home/pi/thso.server/env/bin/uwsgi
[uWSGI] getting INI configuration from server.ini
*** Starting uWSGI 2.0.18 (32bit) on [Wed Apr 22 12:12:44 2020] ***
compiled with version: 6.3.0 20170516 on 20 April 2020 09:27:17
os: Linux-4.19.66-v7+ #1253 SMP Thu Aug 15 11:49:46 BST 2019
nodename: LoRaIk
machine: armv7l
clock source: unix
detected number of CPU cores: 4
current working directory: /home/pi/thso.server/app
detected binary path: /home/pi/thso.server/env/bin/uwsgi
!!! no internal routing support, rebuild with pcre support !!!
your processes number limit is 6924
your memory page size is 4096 bytes
detected max file descriptor number: 1024
lock engine: pthread robust mutexes
thunder lock: disabled (you can enable it with --thunder-lock)
uWSGI http bound on :8080 fd 5
uwsgi socket 0 bound to TCP address 127.0.0.1:38741 (port auto-assigned) fd 4
Python version: 3.5.3 (default, Sep 27 2018, 17:25:39)  [GCC 6.3.0 20170516]
Python main interpreter initialized at 0x1de8f78
python threads support enabled
your server socket listen backlog is limited to 100 connections
your mercy for graceful operations on workers is 60 seconds
mapped 261216 bytes (255 KB) for 8 cores
*** Operational MODE: preforking+threaded ***
Traceback (most recent call last):
  File "run.py", line 1, in <module>
    from app import app        
  File "./app/__init__.py", line 11, in <module>
    from app import views
  File "./app/views.py", line 6, in <module>
    import app.dao.user.user as ud
  File "./app/dao/user/user.py", line 1, in <module>
    from app.helpers.misc import with_psql
  File "./app/helpers/misc.py", line 5, in <module>
    from app.dao.pend import delete_all_ack
ImportError: cannot import name 'delete_all_ack'
unable to load app 0 (mountpoint='') (callable not found or import error)
*** no app loaded. going in full dynamic mode ***
*** uWSGI is running in multiple interpreter mode ***
gracefully (RE)spawned uWSGI master process (pid: 11658)
spawned uWSGI worker 1 (pid: 13464, cores: 4)
spawned uWSGI worker 2 (pid: 13465, cores: 4)
spawned uWSGI http 1 (pid: 13469)
gateway "uWSGI http 1" has been buried (pid: 13469)
...brutally killing workers...
worker 1 buried after 0 seconds
worker 2 buried after 0 seconds
binary reloading uWSGI...
chdir() to /home/pi/thso.server/app
closing all non-uwsgi socket fds > 2 (max_fd = 1024)...
found fd 4 mapped to socket 0 (127.0.0.1:38741)
running /home/pi/thso.server/env/bin/uwsgi
[uWSGI] getting INI configuration from server.ini
*** Starting uWSGI 2.0.18 (32bit) on [Wed Apr 22 12:12:58 2020] ***
compiled with version: 6.3.0 20170516 on 20 April 2020 09:27:17
os: Linux-4.19.66-v7+ #1253 SMP Thu Aug 15 11:49:46 BST 2019
nodename: LoRaIk
machine: armv7l
clock source: unix
detected number of CPU cores: 4
current working directory: /home/pi/thso.server/app
detected binary path: /home/pi/thso.server/env/bin/uwsgi
!!! no internal routing support, rebuild with pcre support !!!
your processes number limit is 6924
your memory page size is 4096 bytes
detected max file descriptor number: 1024
lock engine: pthread robust mutexes
thunder lock: disabled (you can enable it with --thunder-lock)
uWSGI http bound on :8080 fd 5
uwsgi socket 0 bound to TCP address 127.0.0.1:35833 (port auto-assigned) fd 3
Python version: 3.5.3 (default, Sep 27 2018, 17:25:39)  [GCC 6.3.0 20170516]
Python main interpreter initialized at 0x1598f78
python threads support enabled
your server socket listen backlog is limited to 100 connections
your mercy for graceful operations on workers is 60 seconds
mapped 261216 bytes (255 KB) for 8 cores
*** Operational MODE: preforking+threaded ***
Traceback (most recent call last):
  File "run.py", line 1, in <module>
    from app import app        
  File "./app/__init__.py", line 11, in <module>
    from app import views
  File "./app/views.py", line 6, in <module>
    import app.dao.user.user as ud
  File "./app/dao/user/user.py", line 1, in <module>
    from app.helpers.misc import with_psql
  File "./app/helpers/misc.py", line 5, in <module>
    from app.dao.pend import delete_all_ack
ImportError: cannot import name 'delete_all_ack'
unable to load app 0 (mountpoint='') (callable not found or import error)
*** no app loaded. going in full dynamic mode ***
*** uWSGI is running in multiple interpreter mode ***
gracefully (RE)spawned uWSGI master process (pid: 11658)
spawned uWSGI worker 1 (pid: 13545, cores: 4)
spawned uWSGI worker 2 (pid: 13546, cores: 4)
spawned uWSGI http 1 (pid: 13550)
gateway "uWSGI http 1" has been buried (pid: 13550)
...brutally killing workers...
worker 1 buried after 1 seconds
worker 2 buried after 1 seconds
binary reloading uWSGI...
chdir() to /home/pi/thso.server/app
closing all non-uwsgi socket fds > 2 (max_fd = 1024)...
found fd 3 mapped to socket 0 (127.0.0.1:35833)
running /home/pi/thso.server/env/bin/uwsgi
[uWSGI] getting INI configuration from server.ini
*** Starting uWSGI 2.0.18 (32bit) on [Wed Apr 22 12:13:01 2020] ***
compiled with version: 6.3.0 20170516 on 20 April 2020 09:27:17
os: Linux-4.19.66-v7+ #1253 SMP Thu Aug 15 11:49:46 BST 2019
nodename: LoRaIk
machine: armv7l
clock source: unix
detected number of CPU cores: 4
current working directory: /home/pi/thso.server/app
detected binary path: /home/pi/thso.server/env/bin/uwsgi
!!! no internal routing support, rebuild with pcre support !!!
your processes number limit is 6924
your memory page size is 4096 bytes
detected max file descriptor number: 1024
lock engine: pthread robust mutexes
thunder lock: disabled (you can enable it with --thunder-lock)
uWSGI http bound on :8080 fd 5
uwsgi socket 0 bound to TCP address 127.0.0.1:34889 (port auto-assigned) fd 4
Python version: 3.5.3 (default, Sep 27 2018, 17:25:39)  [GCC 6.3.0 20170516]
Python main interpreter initialized at 0x150bf78
python threads support enabled
your server socket listen backlog is limited to 100 connections
your mercy for graceful operations on workers is 60 seconds
mapped 261216 bytes (255 KB) for 8 cores
*** Operational MODE: preforking+threaded ***
Traceback (most recent call last):
  File "run.py", line 1, in <module>
    from app import app        
  File "./app/__init__.py", line 11, in <module>
    from app import views
  File "./app/views.py", line 6, in <module>
    import app.dao.user.user as ud
  File "./app/dao/user/user.py", line 1, in <module>
    from app.helpers.misc import with_psql
  File "./app/helpers/misc.py", line 5, in <module>
    from app.dao.pend import delete_all_ack
ImportError: cannot import name 'delete_all_ack'
unable to load app 0 (mountpoint='') (callable not found or import error)
*** no app loaded. going in full dynamic mode ***
*** uWSGI is running in multiple interpreter mode ***
gracefully (RE)spawned uWSGI master process (pid: 11658)
spawned uWSGI worker 1 (pid: 13558, cores: 4)
spawned uWSGI worker 2 (pid: 13559, cores: 4)
spawned uWSGI http 1 (pid: 13563)
Wed Apr 22 12:13:46 2020 - uWSGI worker 1 screams: UAAAAAAH my master disconnected: i will kill myself !!!
Wed Apr 22 12:13:46 2020 - uWSGI worker 1 screams: UAAAAAAH my master disconnected: i will kill myself !!!
Wed Apr 22 12:13:46 2020 - uWSGI worker 2 screams: UAAAAAAH my master disconnected: i will kill myself !!!
Wed Apr 22 12:13:46 2020 - uWSGI worker 2 screams: UAAAAAAH my master disconnected: i will kill myself !!!