Closed GoogleCodeExporter closed 8 years ago
I can think of two possibilities. One thing that often happens is apache2 web
server is running and using port 80. You can type the following command to stop
apache2: service apache2 stop
It is also possible if you have recently opened and closed Subterfuge - that it
did not close properly. Sometimes when you "Control + C" Subterfuge, it doesn't
completely stop running (this is thanks to the Django development server
Subterfuge uses as a backend and not any of our own code). You can try typing
the following command to kill every running instance of python: killall python
Original comment by topher.s...@gmail.com
on 4 Jan 2014 at 9:16
O.K. I will keep these two possibilities in mind in case the problem shows up
again.
I started Subterfuge several times by now and the error only shows up quite
seldom.
Thank you again!
FriFri
P.S.:
(I do not want to get on your nerves, but it seems there is yet another problem.
I will open a new Issue though, to make sure there are no mix-ups)
Original comment by frifrit...@gmail.com
on 4 Jan 2014 at 9:44
Original comment by topher.s...@gmail.com
on 7 Jan 2014 at 12:55
plz mail me the solution for this (ravi.saikrishna007@gmail.com)
root@unknown:~# netstat -ant |grep :80
tcp6 0 0 :::80 :::* LISTEN
Original comment by ravi.sai...@gmail.com
on 6 Nov 2014 at 12:47
sudo pkill python. It will kill all python processes and you wont have any
further problems.
Original comment by Pujov...@gmail.com
on 13 Jan 2015 at 6:31
Original issue reported on code.google.com by
frifrit...@gmail.com
on 4 Jan 2014 at 12:07