You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[root@ns1 opentopodata]# make run
docker run --rm -it --volume "/root/opentopodata/data:/app/data:ro" -p 5000:5000 opentopodata:cat VERSION
2025-02-21 16:54:28,808 INFO Set uid to user 0 succeeded
2025-02-21 16:54:28,812 INFO RPC interface 'supervisor' initialized
2025-02-21 16:54:28,812 CRIT Server 'unix_http_server' running without any HTTP authentication checking
2025-02-21 16:54:28,812 INFO supervisord started with pid 1
2025-02-21 16:54:29,816 INFO spawned: 'memcached' with pid 8
2025-02-21 16:54:29,821 INFO spawned: 'nginx' with pid 9
2025-02-21 16:54:29,825 INFO spawned: 'uwsgi' with pid 10
2025-02-21 16:54:29,829 INFO spawned: 'warm_cache' with pid 11
2025-02-21 16:54:29,833 INFO spawned: 'watch_config' with pid 12
[uWSGI] getting INI configuration from /app/docker/uwsgi.ini
*** Starting uWSGI 2.0.27 (64bit) on [Fri Feb 21 16:54:29 2025] ***
compiled with version: 12.2.0 on 21 February 2025 14:53:37
os: Linux-3.10.0-1160.88.1.el7.x86_64 #1 SMP Tue Mar 7 15:41:52 UTC 2023
nodename: e13678b8b36a
machine: x86_64
clock source: unix
detected number of CPU cores: 12
current working directory: /app
detected binary path: /usr/local/bin/uwsgi
!!! no internal routing support, rebuild with pcre support !!!
your memory page size is 4096 bytes
detected max file descriptor number: 1048576
lock engine: pthread robust mutexes
thunder lock: disabled (you can enable it with --thunder-lock)
uwsgi socket 0 bound to UNIX address /tmp/uwsgi.sock fd 3
setgid() to 33
setuid() to 33
Python version: 3.11.10 (main, Dec 3 2024, 02:25:00) [GCC 12.2.0]
Python main interpreter initialized at 0x7eff1667b658
python threads support enabled
your server socket listen backlog is limited to 100 connections
your mercy for graceful operations on workers is 20 seconds
mapped 1746459 bytes (1705 KB) for 12 cores
*** Operational MODE: preforking ***
WSGI app 0 (mountpoint='') ready in 1 seconds on interpreter 0x7eff1667b658 pid: 10 (default app)
*** uWSGI is running in multiple interpreter mode ***
spawned uWSGI master process (pid: 10)
spawned uWSGI worker 1 (pid: 48, cores: 1)
spawned uWSGI worker 2 (pid: 49, cores: 1)
spawned uWSGI worker 3 (pid: 50, cores: 1)
spawned uWSGI worker 4 (pid: 51, cores: 1)
spawned uWSGI worker 5 (pid: 52, cores: 1)
spawned uWSGI worker 6 (pid: 53, cores: 1)
spawned uWSGI worker 7 (pid: 54, cores: 1)
spawned uWSGI worker 8 (pid: 55, cores: 1)
spawned uWSGI worker 9 (pid: 56, cores: 1)
spawned uWSGI worker 10 (pid: 57, cores: 1)
spawned uWSGI worker 11 (pid: 58, cores: 1)
spawned uWSGI worker 12 (pid: 59, cores: 1)
2025-02-21 16:54:31,430 INFO success: memcached entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2025-02-21 16:54:31,430 INFO success: nginx entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2025-02-21 16:54:31,430 INFO success: uwsgi entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2025-02-21 16:54:31,431 INFO success: warm_cache entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2025-02-21 16:54:31,431 INFO success: watch_config entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2025-02-21 16:54:31,620 INFO exited: warm_cache (exit status 0; expected)
The text was updated successfully, but these errors were encountered:
on the command make run I get blocked on
[root@ns1 opentopodata]# make run
docker run --rm -it --volume "/root/opentopodata/data:/app/data:ro" -p 5000:5000 opentopodata:
cat VERSION
2025-02-21 16:54:28,808 INFO Set uid to user 0 succeeded
2025-02-21 16:54:28,812 INFO RPC interface 'supervisor' initialized
2025-02-21 16:54:28,812 CRIT Server 'unix_http_server' running without any HTTP authentication checking
2025-02-21 16:54:28,812 INFO supervisord started with pid 1
2025-02-21 16:54:29,816 INFO spawned: 'memcached' with pid 8
2025-02-21 16:54:29,821 INFO spawned: 'nginx' with pid 9
2025-02-21 16:54:29,825 INFO spawned: 'uwsgi' with pid 10
2025-02-21 16:54:29,829 INFO spawned: 'warm_cache' with pid 11
2025-02-21 16:54:29,833 INFO spawned: 'watch_config' with pid 12
[uWSGI] getting INI configuration from /app/docker/uwsgi.ini
*** Starting uWSGI 2.0.27 (64bit) on [Fri Feb 21 16:54:29 2025] ***
compiled with version: 12.2.0 on 21 February 2025 14:53:37
os: Linux-3.10.0-1160.88.1.el7.x86_64 #1 SMP Tue Mar 7 15:41:52 UTC 2023
nodename: e13678b8b36a
machine: x86_64
clock source: unix
detected number of CPU cores: 12
current working directory: /app
detected binary path: /usr/local/bin/uwsgi
!!! no internal routing support, rebuild with pcre support !!!
your memory page size is 4096 bytes
detected max file descriptor number: 1048576
lock engine: pthread robust mutexes
thunder lock: disabled (you can enable it with --thunder-lock)
uwsgi socket 0 bound to UNIX address /tmp/uwsgi.sock fd 3
setgid() to 33
setuid() to 33
Python version: 3.11.10 (main, Dec 3 2024, 02:25:00) [GCC 12.2.0]
Python main interpreter initialized at 0x7eff1667b658
python threads support enabled
your server socket listen backlog is limited to 100 connections
your mercy for graceful operations on workers is 20 seconds
mapped 1746459 bytes (1705 KB) for 12 cores
*** Operational MODE: preforking ***
WSGI app 0 (mountpoint='') ready in 1 seconds on interpreter 0x7eff1667b658 pid: 10 (default app)
*** uWSGI is running in multiple interpreter mode ***
spawned uWSGI master process (pid: 10)
spawned uWSGI worker 1 (pid: 48, cores: 1)
spawned uWSGI worker 2 (pid: 49, cores: 1)
spawned uWSGI worker 3 (pid: 50, cores: 1)
spawned uWSGI worker 4 (pid: 51, cores: 1)
spawned uWSGI worker 5 (pid: 52, cores: 1)
spawned uWSGI worker 6 (pid: 53, cores: 1)
spawned uWSGI worker 7 (pid: 54, cores: 1)
spawned uWSGI worker 8 (pid: 55, cores: 1)
spawned uWSGI worker 9 (pid: 56, cores: 1)
spawned uWSGI worker 10 (pid: 57, cores: 1)
spawned uWSGI worker 11 (pid: 58, cores: 1)
spawned uWSGI worker 12 (pid: 59, cores: 1)
2025-02-21 16:54:31,430 INFO success: memcached entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2025-02-21 16:54:31,430 INFO success: nginx entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2025-02-21 16:54:31,430 INFO success: uwsgi entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2025-02-21 16:54:31,431 INFO success: warm_cache entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2025-02-21 16:54:31,431 INFO success: watch_config entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2025-02-21 16:54:31,620 INFO exited: warm_cache (exit status 0; expected)
The text was updated successfully, but these errors were encountered: