Fileconveyor没有同步文件,即使我没有错误。我究竟做错了什么?

时间:2013-02-22 18:31:52

标签: drupal-7 cdn cloud-hosting rackspace-cloud

我已经遵循了在我的服务器上安装fileconveyor的所有说明,令我惊讶的是,我认为我已正确安装了所有内容。我对this文章特别有用。

When I run arbitrator.py I get the following output 
2013-02-22 18:21:13,792 - Arbitrator                - WARNING  - File Conveyor is initializing.
2013-02-22 18:21:13,795 - Arbitrator                - WARNING  - Loaded config file.
/usr/local/lib/python2.6/dist-packages/django/conf/__init__.py:110: DeprecationWarning: The SECRET_KEY setting must not be empty.
  warnings.warn("The SECRET_KEY setting must not be empty.", DeprecationWarning)
2013-02-22 12:21:13,890 - Arbitrator                - WARNING  - Created 'cloudfiles' transporter for the 'Rackspace Cloud Files' server.
2013-02-22 12:21:13,890 - Arbitrator                - WARNING  - Server connection tests succesful!
2013-02-22 12:21:13,891 - Arbitrator                - WARNING  - Setup: created transporter pool for the 'Rackspace Cloud Files' server.
2013-02-22 12:21:13,893 - Arbitrator                - WARNING  - Setup: initialized 'pipeline' persistent queue, contains 0 items.
2013-02-22 12:21:13,893 - Arbitrator                - WARNING  - Setup: initialized 'files_in_pipeline' persistent list, contains 0 items.
2013-02-22 12:21:13,894 - Arbitrator                - WARNING  - Setup: initialized 'failed_files' persistent list, contains 0 items.
2013-02-22 12:21:13,895 - Arbitrator                - WARNING  - Setup: initialized 'files_to_delete' persistent list, contains 0 items.
2013-02-22 12:21:13,895 - Arbitrator                - WARNING  - Setup: moved 0 items from the 'files_in_pipeline' persistent list into the 'pipeline' persistent queue.
2013-02-22 12:21:13,896 - Arbitrator                - WARNING  - Setup: connected to the synced files DB. Contains metadata for 0 previously synced files.
2013-02-22 12:21:13,974 - Arbitrator                - WARNING  - Setup: initialized FSMonitor.
2013-02-22 12:21:13,976 - Arbitrator                - WARNING  - Fully up and running now.

我已经仔细检查了config.xml,以确保它与我的文件所在的目录相匹配。它似乎工作,它只是不会同步文件。知道我做错了吗?

1 个答案:

答案 0 :(得分:0)

您需要先修复密钥错误。您可以使用此链接生成密钥并将其粘贴到[installation_dir] /django/conf/global-settings.py http://www.miniwebtool.com/django-secret-key-generator/

我的安装位于/usr/local/lib/python2.7/dist-packages/django

H个, Sadashiv。