【发布时间】:2015-10-16 10:39:31
【问题描述】:
我已经在我的 Ubuntu 14.04(在 Docker 容器内)上安装了Aegir manual installation guide。
但是当我执行sudo /etc/init.d/hosting-queued start 时,它回复我Starting Aegir queue daemon... ok 但没有任何反应,守护程序没有启动(我在进程列表中没有它)。
如果我执行sudo /etc/init.d/hosting-queued status,它会显示:Aegir queue daemon is not running。
我检查了该脚本内部,发现它运行su - aegir -- /usr/local/bin/drush --quiet @hostmaster hosting-queued,所以我尝试以aegir 用户身份执行drush @hostmaster hosting-queued,这给了我:
The drush command 'hosting-queued' could not be found. Run `drush cache-clear drush` to clear the commandfile cache if you have installed new extensions. [error]
即使我运行drush cache-clear drush,我仍然收到这条消息...
我错过了什么吗?
【问题讨论】: