badben
Visitor
|
How to kill server in test mode on debian - 2008/10/30 13:23
Hi,
I just upload palabre on my debian server. (i'm new on linux system) I can test it like this :
| Code: | python Palabre.py
root@ks2014948:/home/palabre# *** No palabre.conf found in /etc :: Using local one
2008-10-30 14:18:17,300 : INFO No log file has been specified
2008-10-30 14:18:17,300 : INFO Palabre will only print log to console
2008-10-30 14:18:17,329 : INFO Running on: All interfaces
2008-10-30 14:18:17,330 : INFO Port: 2468
2008-10-30 14:18:17,330 : INFO Palabre is running on a public interface
2008-10-30 14:18:17,330 : INFO Other computers will be able to access it
|
It'ok but i want to modify the palabre.conf.
I hit CTRL+C to stop the script.
And when i want to restart the server it says :
| Code: | root@ks2014948:/home/palabre# *** No palabre.conf found in /etc :: Using local one
2008-10-30 14:18:22,068 : INFO No log file has been specified
2008-10-30 14:18:22,069 : INFO Palabre will only print log to console
2008-10-30 14:18:22,098 : ERROR Error while starting: Network address and port already in use ?
|
I have to kill the python process like this in order to stop the server
kill -9 [pid_python]
That's strange !
Is there an antoher solution ?
Thanks.
|