Paster cannot stop daemon
问题 I'm using the following command in my pylons app in an attempt to stop the daemon on the server: paster serve --daemon dev.ini stop This is the error I get: No PID file exists in paster.pid Could not stop daemon; aborting Wondering how I can stop this daemon so I can reload dev.ini. Thanks! 回答1: kill the process. 来源: https://stackoverflow.com/questions/1502568/paster-cannot-stop-daemon