resque-web 错误:无法获取引用控制台的文件描述符

发布于 2024-10-21 16:08:33 字数 373 浏览 2 评论 0原文

我正在尝试启动 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

人事已非 2024-10-28 16:08:33

它可能试图打开默认浏览器但未能成功。尝试使用:

$ resque-web -L

避免启动浏览器。

It's probably trying to open the default browser and failing to do so. Try using:

$ resque-web -L

To avoid starting a browser.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文