本文介绍了Paster不能停止守护进程的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我在我的pylons应用程序中使用以下命令尝试停止服务器上的守护程序:
paster serve --daemon dev.ini stop
这是我得到的错误:
paster.pid中没有PID文件
无法停止守护程序; aborting
想知道如何停止这个守护进程,所以我可以重新加载dev.ini。
谢谢!
解决方案
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!
解决方案
kill the process.
这篇关于Paster不能停止守护进程的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!