0

我已经按照在我的服务器上安装 fileconveyor 的所有说明进行操作,令我惊讶的是,我认为我正确安装了所有内容。我发现这篇文章特别有用。

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 以确保它与我的文件所在的目录匹配。它似乎正在工作,它只是不会同步文件。知道我做错了什么吗?

4

1 回答 1

0

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

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

嗯,萨达希夫。

于 2013-04-01T08:47:06.117 回答