You don't need frames to view this website. Flash communication server. Flash mx xml socket server.
Home
Main Menu
Home
- - - - - - -
What is Palabre ?
Features
News
FAQ
Forum
DEMO
- - - - - - -
Downloads !
Browse SVN
- - - - - - -
Search
Contact Us
- - - - - - -
Sourceforge Project Page
Python
Links
Palabre on Facebook






Actionscript for Multiplayer games
 
Download Palabre Flash Xml Socket Server DOWNLOAD Download Palabre Flash Xml Socket Server FORUM Download Palabre Flash Xml Socket Server FAQ Download Palabre Flash Xml Socket Server WHAT IS IT
 



Using Palabre ? Coming here for Support ? Please consider making an (even small) donation :)
Palabre Forum  


::post new topic::
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 onAll interfaces 2008-10-30 14:18:17,330 INFO     Port2468 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 startingNetwork 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.
  reply | quote

      Topics Author Date
    thread link
How to kill server in test mode on debian
badben 2008/10/30 13:23
::post new topic::