2013-02-22 6 views
0

필자의 서버에 fileconveyor를 설치하는 데 필요한 모든 지침을 따라했는데 놀랍게도 모든 것을 올바르게 설치했다고 생각합니다. 나는 특별히 this 기사를 유용하게 만든다.오류가 없더라도 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이 내 파일이있는 디렉토리와 일치하는지 두 번 확인했습니다. 그것은 작동하는 것, 그냥 파일을 동기화 못해. 내가 뭘 잘못하고 있는거야?

답변

0

비밀 키 오류를 먼저 수정해야합니다. 이 링크를 사용하여 키를 생성하여 [installation_dir] /django/conf/global-settings.py에 붙여 넣으십시오. http://www.miniwebtool.com/django-secret-key-generator/

설치가 /usr/local/lib/python2.7/dist-packages/에 있습니다. 장고

hth, 사다 시브.