Why can't I start my gunicorn server? “Connection in use”

后端 未结 5 829
自闭症患者
自闭症患者 2021-02-07 08:01

Any ideas why my gunicorn server won\'t start?

jeffy@originaldjangster:~$ sudo /home/jeffy/django_files/django_test_venv/bin/gunicorn -c /home/jeffy/django_files         


        
5条回答
  •  情歌与酒
    2021-02-07 08:22

    Turns out I just needed to sudo kill 3231 and sudo kill 7014. I incorrectly thought they first needed to brought to the foreground. The fact that the processes couldn't be seen until I used the capital A option (ps -A) mislead me, that they were somehow special.

    The server was running (in the foreground) when I went to sleep before my wife. She turned off the computer before going to bed.

    Ubuntu and gunicorn Newbie. Could you tell?

提交回复
热议问题