Operation not permitted
/home/rails/public_html/my_app/shared/bundle/ruby/1.9.1/gems/god-0.11.0/lib/god/shared/bundle/ruby/1.9.1/gems/god-0.11.0/lib/god/event_
我希望能够手动启动sidekiq进程,使用$god start sidekiq,但是这无法启动进程。如果我设置了w.keepalive (在下面的代码中注释掉了),我只能让它启动sidekiq进程。我使用:$ god -c "./config.god" -D --log-level info启动上帝,在前台启动上帝,得到以下输出:
I [2013-01-22 17:46:00] INFO: Started on drbunix:///tmp/god.1
我正在为域可用性检查程序编写代码,当我运行代码时,它会给我一个错误,所以我希望有人知道它的解决方案,因为它是一个编码夏令营项目,我应该在这几天提交它。import argparseimport requests
praser.add_argument("domain", type=str, help="Domain name to be checked")