Uwsgi startup error!

uwsgi configuration

[uwsgi]
module = carrier.wsgi:application
http = :8090
master = true
processes = 2
threads = 2000
max-requests = 5000
base = /home/thoftheocean/sites
chdir = /home/thoftheocean/sites/carrier/
home =  /root/.local/share/virtualenvs/carrier-g1QmeogN
wsgi-file = /home/thoftheocean/sites/carrier/carrier/wsgi.py
chmod-socket = 660
vacuum = true
python-autoreload=1
logto = /home/thoftheocean/sites/carrier/logs/uwsgi.log
~                                                        

run

uwsgi carrier.ini

error

[uWSGI] getting INI configuration from carrier.ini
Aborted
Apr.05,2021
  • Ubuntu test uwsgi error

    want to build a django server on ubuntu. Then run a test file after installing uwsgi, according to the online tutorials, and test.py, then reports an error. error content: dh@ubuntu:~$ uwsgi-- http: 8001-- wsgi-file test.py Starting uWSGI 2.0.17 (64...

    Mar.18,2021
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b2c68a-2b28d.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b2c68a-2b28d.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?