resque-web 错误:无法获取引用控制台的文件描述符
我正在尝试启动 resque-web,但出现此错误:
[Sun Mar 06 05:27:48 +0000 2011] Starting 'resque-web'... [Sun Mar 06 05:27:48 +0000 2011] trying port 8281... Couldn't get a file descriptor referring to the console
此错误发生在 Ubuntu 10.04 和 10.10 上。
Resque Web 仅以 -F 选项启动(不要守护进程,在前台运行)。所以,当进程被守护时,它一定是有的。
任何想法,我该如何解决它?
问候,
I'm trying start resque-web, but this error occurs:
[Sun Mar 06 05:27:48 +0000 2011] Starting 'resque-web'... [Sun Mar 06 05:27:48 +0000 2011] trying port 8281... Couldn't get a file descriptor referring to the console
This error occurred with Ubuntu 10.04 and 10.10.
Resque Web only starts with -F option (don't daemonize, run in the foreground). So, it must be something when the process is daemonized.
Any idea, how can I solve it?
Regards,
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
它可能试图打开默认浏览器但未能成功。尝试使用:
避免启动浏览器。
It's probably trying to open the default browser and failing to do so. Try using:
To avoid starting a browser.