wimleers / fileconveyor

File Conveyor is a daemon written in Python to detect, process and sync files. In particular, it's designed to sync files to CDNs. Amazon S3 and Rackspace Cloud Files, as well as any Origin Pull or (S)FTP Push CDN, are supported. Originally written for my bachelor thesis at Hasselt University in Belgium.
https://wimleers.com/fileconveyor
The Unlicense
341 stars 95 forks source link

ftp / mosso cloudfiles config file #35

Closed naeluh closed 13 years ago

naeluh commented 13 years ago

Hi I am really interested in getting fileconveyor to work and would like a little assistance with syncing of files. I beleieve my config.xml file may have an error in it because the daemons out put is kinda funky

from sets import Set, ImmutableSet 2010-11-12 17:29:51,438 - Arbitrator - WARNING - Arbitrator is initializing. 2010-11-12 17:29:51,454 - Arbitrator - WARNING - Loaded config file. 2010-11-12 17:29:51,733 - Arbitrator - WARNING - Created 'mosso' transporter for the 'blog push cloudfiles' server. Traceback (most recent call last): File "arbitrator.py", line 988, in arbitrator = Arbitrator(os.path.join(sys.path[0], "config.xml")) File "arbitrator.py", line 158, in init transporter = self.create_transporter(server) File "arbitrator.py", line 835, in create_transporter transporter = transporter_class(settings, self.transporter_callback, self.transporter_error_callback, "Arbitrator") File "/opt/fileconveyor/code/transporters/transporter_ftp.py", line 17, in init Transporter.init(self, settings, callback, error_callback, parent_logger) File "/opt/fileconveyor/code/transporters/transporter.py", line 57, in init self.validate_settings() File "/opt/fileconveyor/code/transporters/transporter.py", line 135, in validate_settings raise MissingSettingError transporters.transporter.MissingSettingError

here is the config file that I am using

<?xml version="1.0" encoding="UTF-8"?>

flaunt.com root ******_ flauntmg **_*** flaunt2 /var/www/sites/default/files mp4 10000000

Let me know if I can add anything that would make easy to understand or if this makes any sense at all.

thanks

netbabu commented 13 years ago

I just managed to make the mosso transport work with rackspace. I remember similar errors in my attempts before. I think you have a made a mistake in the paths under rule section. You should not the full path just a relative path like:

sites/default/files

-Babu paramprojects.com