Created
February 27, 2015 23:40
-
-
Save larsoner/9de4b736b04c37b8f990 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
larsoner@bunk:~/python/scitran$ sudo cat data/log/api.log | |
*** Starting uWSGI 2.0.9 (64bit) on [Fri Feb 27 23:36:18 2015] *** | |
compiled with version: 4.8.2 on 13 February 2015 21:55:28 | |
os: Linux-3.16.0-31-generic #41-Ubuntu SMP Tue Feb 10 15:24:04 UTC 2015 | |
nodename: 255bd8853797 | |
machine: x86_64 | |
clock source: unix | |
detected number of CPU cores: 12 | |
current working directory: / | |
detected binary path: /usr/local/bin/uwsgi | |
!!! no internal routing support, rebuild with pcre support !!! | |
uWSGI running as root, you can use --uid/--gid/--chroot options | |
*** WARNING: you are running uWSGI as root !!! (use the --uid flag) *** | |
chdir() to /service/code/api | |
your processes number limit is 524288 | |
your memory page size is 4096 bytes | |
detected max file descriptor number: 524288 | |
lock engine: pthread robust mutexes | |
thunder lock: disabled (you can enable it with --thunder-lock) | |
uwsgi socket 0 bound to TCP6 address [::]:3031 fd 3 | |
Python version: 2.7.6 (default, Mar 22 2014, 23:03:41) [GCC 4.8.2] | |
Python main interpreter initialized at 0xc7c030 | |
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 249168 bytes (243 KB) for 4 cores | |
*** Operational MODE: preforking+threaded *** | |
usage: uwsgi [-h] --db_uri DB_URI --data_path DATA_PATH --ssl_cert SSL_CERT | |
[--api_uri API_URI] [--site_id SITE_ID] [--site_name SITE_NAME] | |
[--oauth2_id_endpoint OAUTH2_ID_ENDPOINT] [--demo] [--insecure] | |
[--central_uri CENTRAL_URI] [--log_level LOG_LEVEL] | |
uwsgi: error: argument --db_uri is required |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment