我试图从这里下载运行Supervisor init脚本: https : //raw.github.com/Supervisor/initscripts/master/debian-norrgard
阅读源代码,它应该打印出一些输出到标准输出,但是当我运行它,它不会打印任何东西,也不会启动supervisord 。
我注意到与/etc/init.d/mysql相同的行为。 Nginx的/etc/init.d/nginx工作就好了。
我怎样才能debugging呢?
运行Debian: 2.6.32-5-amd64 #1 SMP Sun May 6 04:00:17 UTC 2012 x86_64 GNU/Linux
尝试使用sh -x或bash -x运行脚本以查看发生了什么。