After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 612723 - Sync beetwen USB (FAT32) and NTFS partition
Sync beetwen USB (FAT32) and NTFS partition
Status: RESOLVED DUPLICATE of bug 529301
Product: conduit
Classification: Other
Component: core
0.3.x
Other Linux
: Normal critical
: ---
Assigned To: conduit-maint@gnome.bugs
conduit-maint@gnome.bugs
Depends on:
Blocks:
 
 
Reported: 2010-03-12 17:16 UTC by Luisenberlin
Modified: 2010-03-12 17:36 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Luisenberlin 2010-03-12 17:16:59 UTC
I have create an syncronitation schedule beetwen an USB pendrive (FAT32) and a local NTFS partition. I try to sync two folders. And I like to sync when I plug in the pendrive.

This is ls -l /media
drwxrwxrwx  1 luis luis 12288 2010-03-12 17:58 Documentos
drwx------ 12 luis root  4096 2010-03-12 17:58 LUIS2GB

Documentos is NTFS and LUIS2GB is FAT32.

uname -a
Linux max50 2.6.28-18-generic #59-Ubuntu SMP Thu Jan 28 01:23:03 UTC 2010 i686 GNU/Linux

I use MAX 5.0 (a linux distribution based on Ubuntu 9.04).
I use now Conduit 0.3.17 (developed version).

(Sorry with my english, but I don't write well, but I can understand perfect).

When I sync with debug mode, I become this: (conduit -d)

[Syncronization      ][CRITICAL]  UNKNOWN SYNCHRONIZATION ERROR
Traceback (most recent call last):
  • File "/usr/lib/pymodules/python2.6/conduit/Synchronization.py", line 740 in run
    self.two_way_sync(self.source, sink)
  • File "/usr/lib/pymodules/python2.6/conduit/Synchronization.py", line 576 in two_way_sync
    dataRid = data.get_rid()
  • File "/usr/lib/pymodules/python2.6/conduit/datatypes/DataType.py", line 161 in get_rid
    mtime=self.get_mtime(),
  • File "/usr/lib/pymodules/python2.6/conduit/datatypes/File.py", line 290 in get_mtime
    ts = self._file.get_mtime()
  • File "/usr/lib/pymodules/python2.6/conduit/platform/FileGio.py", line 79 in get_mtime
    mtime = self.fileInfo.get_attribute_uint64('time::modified')
AttributeError: 'NoneType' object has no attribute 'get_attribute_uint64'
 (Synchronization.py:751)
[Syncronization      ][DEBUG  ]  Syncworker state 3 (Synchronization.py:654)
[dataproviders.File  ][DEBUG  ]  Saving group (file:///media/Documentos/Documentos/Luis/Curro/Instituto/Curso2009_2010 = Home) to /media/Documentos/.conduit (File.py:47)
[dataproviders.File  ][DEBUG  ]  Saving group (file:///media/LUIS2GB/Curso2009_2010 = Home) to /media/LUIS2GB/.conduit (File.py:47)
[Syncronization      ][DEBUG  ]  Deleting worker: <SyncWorker(Wrapper: Curso2009_2010 twoway (UID: FolderTwoWay-file:///media/Documentos/Documentos/Luis/Curro/Instituto/Curso2009_2010) <--> Wrapper: Curso2009_2010 twoway (UID: FolderTwoWay-file:///media/LUIS2GB/Curso2009_2010), stopped -1477842032)> (Synchronization.py:86)
Comment 1 Fabio Durán Verdugo 2010-03-12 17:36:36 UTC
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.

*** This bug has been marked as a duplicate of bug 529301 ***