Fedora 11 and synce not working

View: New views
4 Messages — Rating Filter:   Alert me  

Fedora 11 and synce not working

by Butch Evans-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I recently upgraded from Fedora 10 to Fedora 11.  I had the same problem
in Fedora 10.  I am unable to sync to my phone, an AT&T Tilt (HTC 8925 I
think), with multi-sync.  I tested and "pls" shows a directory listing,
so I know that the connection is working.  


Below is the failure I get:

[butche@butchlaptop ~]$ msynctool --showgroup synce-sync
Groupname: synce-sync
Member 1: synce-opensync-plugin
        Configuration : <config>
        <contact></contact>
        <todos></todos>
        <calendar></calendar>
        <file>/My Documents/</file>
</config>

Member 2: evo2-sync
        Configuration : <?xml version="1.0"?>
<config>
  <address_path>default</address_path>
  <calendar_path>default</calendar_path>
  <tasks_path>default</tasks_path>
</config>

[butche@butchlaptop ~]$ msynctool --sync synce-sync
Synchronizing group "synce-sync"
The previous synchronization was unclean. Slow-syncing
DEBUG:SynCE:Connect() called
Member 1 of type synce-opensync-plugin just connected
Member 2 of type evo2-sync just connected
All clients connected or error
DEBUG:SynCE:get_changeinfo() called
DEBUG:SynCE:slow sync requested for Contacts
DEBUG:SynCE:slow sync requested for Calendar
DEBUG:SynCE:slow sync requested for Tasks
INFO:SynCE:initiating device synchronization
INFO:SynCE:waiting for engine to complete sync
Received an entry pas-id-49442ED500000000 with data of size 4 from
member 2 (evo2-sync). Changetype ADDED
Received an entry pas-id-4944308600000001 with data of size 4 from
member 2 (evo2-sync). Changetype ADDED

MANY of the above are seen, then:
Received an entry 3ada9621-7324-439f-8469-e97f39b56965 with data of size
4 from member 2 (evo2-sync). Changetype ADDED
Received an entry
20090721T162348Z-3572-500-1-1@... with data of
size 4 from member 2 (evo2-sync). Changetype ADDED
Received an entry
20090721T162348Z-3572-500-1-1@... with data of
size 4 from member 2 (evo2-sync). Changetype ADDED
Received an entry
040000008200E00074C5B7101A82E00800000000D08A55F0BF56C901000000000000000010000000E50476E8AC77604A9674A6E655EE86C6 with data of size 4 from member 2 (evo2-sync). Changetype ADDED
Received an entry
040000008200E00074C5B7101A82E00800000000B01C66B6E371C901000000000000000010000000B044EF6062BEEB479D78E8A1417F836F with data of size 4 from member 2 (evo2-sync). Changetype ADDED
Received an entry dqn226mrf2c7v76jlo2420eae8@... with data of
size 4 from member 2 (evo2-sync). Changetype ADDED
Received an entry 1D76D7BA-65B7-11DE-8304-001B63918FBB with data of size
4 from member 2 (evo2-sync). Changetype ADDED
Member 2 of type evo2-sync just sent all changes
INFO:SynCE:device synchronization complete
INFO:SynCE:initiating prefill
INFO:SynCE:prefill complete
DEBUG:SynCE:requesting remote changes
DEBUG:SynCE:got 1 changesets
DEBUG:SynCE:processing changes for 1 items of item type 1
Traceback (most recent call last):
  File "/usr/lib/opensync/python-plugins/synce-opensync-plugin-2x.py",
line 174, in get_changeinfo
    change.uid = array.array('B',guid).tostring()
  File "/usr/lib/python2.6/site-packages/opensync.py", line 186, in
set_uid
    def set_uid(self, *args): return _opensync.OSyncChange_set_uid(self,
*args)
TypeError: in method 'OSyncChange_set_uid', argument 1 of type
'OSyncChange *'
Member 1 of type synce-opensync-plugin had an error while getting
changes: Error during get_changeinfo() method
DEBUG:SynCE:disconnect() called
Member 1 of type synce-opensync-plugin just disconnected
Member 2 of type evo2-sync just disconnected
All clients have disconnected
The sync failed: Unable to read from one of the members
DEBUG:SynCE:finalize() called
Error while synchronizing: Unable to read from one of the members

--
********************************************************************
* Butch Evans                   * Professional Network Consultation*
* http://www.butchevans.com/    * Network Engineering              *
* http://www.wispa.org/         * Wired or Wireless Networks       *
* http://blog.butchevans.com/   * ImageStream, Mikrotik and MORE!  *
********************************************************************


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
SynCE-Users mailing list
SynCE-Users@...
https://lists.sourceforge.net/lists/listinfo/synce-users

Re: Fedora 11 and synce not working

by Andri Möll :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Check this ticket: https://www.opensync.org/ticket/1131


Andri


On Fri, 2009-08-14 at 10:37 -0500, Butch Evans wrote:

> I recently upgraded from Fedora 10 to Fedora 11.  I had the same problem
> in Fedora 10.  I am unable to sync to my phone, an AT&T Tilt (HTC 8925 I
> think), with multi-sync.  I tested and "pls" shows a directory listing,
> so I know that the connection is working.  
>
>
> Below is the failure I get:
>
> [butche@butchlaptop ~]$ msynctool --showgroup synce-sync
> Groupname: synce-sync
> Member 1: synce-opensync-plugin
> Configuration : <config>
>         <contact></contact>
>         <todos></todos>
>         <calendar></calendar>
>         <file>/My Documents/</file>
> </config>
>
> Member 2: evo2-sync
> Configuration : <?xml version="1.0"?>
> <config>
>   <address_path>default</address_path>
>   <calendar_path>default</calendar_path>
>   <tasks_path>default</tasks_path>
> </config>
>
> [butche@butchlaptop ~]$ msynctool --sync synce-sync
> Synchronizing group "synce-sync"
> The previous synchronization was unclean. Slow-syncing
> DEBUG:SynCE:Connect() called
> Member 1 of type synce-opensync-plugin just connected
> Member 2 of type evo2-sync just connected
> All clients connected or error
> DEBUG:SynCE:get_changeinfo() called
> DEBUG:SynCE:slow sync requested for Contacts
> DEBUG:SynCE:slow sync requested for Calendar
> DEBUG:SynCE:slow sync requested for Tasks
> INFO:SynCE:initiating device synchronization
> INFO:SynCE:waiting for engine to complete sync
> Received an entry pas-id-49442ED500000000 with data of size 4 from
> member 2 (evo2-sync). Changetype ADDED
> Received an entry pas-id-4944308600000001 with data of size 4 from
> member 2 (evo2-sync). Changetype ADDED
>
> MANY of the above are seen, then:
> Received an entry 3ada9621-7324-439f-8469-e97f39b56965 with data of size
> 4 from member 2 (evo2-sync). Changetype ADDED
> Received an entry
> 20090721T162348Z-3572-500-1-1@... with data of
> size 4 from member 2 (evo2-sync). Changetype ADDED
> Received an entry
> 20090721T162348Z-3572-500-1-1@... with data of
> size 4 from member 2 (evo2-sync). Changetype ADDED
> Received an entry
> 040000008200E00074C5B7101A82E00800000000D08A55F0BF56C901000000000000000010000000E50476E8AC77604A9674A6E655EE86C6 with data of size 4 from member 2 (evo2-sync). Changetype ADDED
> Received an entry
> 040000008200E00074C5B7101A82E00800000000B01C66B6E371C901000000000000000010000000B044EF6062BEEB479D78E8A1417F836F with data of size 4 from member 2 (evo2-sync). Changetype ADDED
> Received an entry dqn226mrf2c7v76jlo2420eae8@... with data of
> size 4 from member 2 (evo2-sync). Changetype ADDED
> Received an entry 1D76D7BA-65B7-11DE-8304-001B63918FBB with data of size
> 4 from member 2 (evo2-sync). Changetype ADDED
> Member 2 of type evo2-sync just sent all changes
> INFO:SynCE:device synchronization complete
> INFO:SynCE:initiating prefill
> INFO:SynCE:prefill complete
> DEBUG:SynCE:requesting remote changes
> DEBUG:SynCE:got 1 changesets
> DEBUG:SynCE:processing changes for 1 items of item type 1
> Traceback (most recent call last):
>   File "/usr/lib/opensync/python-plugins/synce-opensync-plugin-2x.py",
> line 174, in get_changeinfo
>     change.uid = array.array('B',guid).tostring()
>   File "/usr/lib/python2.6/site-packages/opensync.py", line 186, in
> set_uid
>     def set_uid(self, *args): return _opensync.OSyncChange_set_uid(self,
> *args)
> TypeError: in method 'OSyncChange_set_uid', argument 1 of type
> 'OSyncChange *'
> Member 1 of type synce-opensync-plugin had an error while getting
> changes: Error during get_changeinfo() method
> DEBUG:SynCE:disconnect() called
> Member 1 of type synce-opensync-plugin just disconnected
> Member 2 of type evo2-sync just disconnected
> All clients have disconnected
> The sync failed: Unable to read from one of the members
> DEBUG:SynCE:finalize() called
> Error while synchronizing: Unable to read from one of the members
>
> --
> ********************************************************************
> * Butch Evans                   * Professional Network Consultation*
> * http://www.butchevans.com/    * Network Engineering              *
> * http://www.wispa.org/         * Wired or Wireless Networks       *
> * http://blog.butchevans.com/   * ImageStream, Mikrotik and MORE!  *
> ********************************************************************
>
>
> ------------------------------------------------------------------------------
> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
> trial. Simplify your report design, integration and deployment - and focus on
> what you do best, core application coding. Discover what's new with
> Crystal Reports now.  http://p.sf.net/sfu/bobj-july
> _______________________________________________
> SynCE-Users mailing list
> SynCE-Users@...
> https://lists.sourceforge.net/lists/listinfo/synce-users


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
SynCE-Users mailing list
SynCE-Users@...
https://lists.sourceforge.net/lists/listinfo/synce-users

Re: Fedora 11 and synce not working

by Butch Evans-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Sat, 2009-08-15 at 13:35 +0300, Andri Möll wrote:
> Check this ticket: https://www.opensync.org/ticket/1131

It is possible that this will fix my error, but I am not familiar with
programmer's tools.  How do I use the patch?  I have copied it to a file
and I have a copy of opensync.py in a directory with the patch file.  I
just don't know where to go from here.

--
********************************************************************
* Butch Evans                   * Professional Network Consultation*
* http://www.butchevans.com/    * Network Engineering              *
* http://www.wispa.org/         * Wired or Wireless Networks       *
* http://blog.butchevans.com/   * ImageStream, Mikrotik and MORE!  *
********************************************************************


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
SynCE-Users mailing list
SynCE-Users@...
https://lists.sourceforge.net/lists/listinfo/synce-users

Re: Fedora 11 and synce not working

by Andri Möll :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

You can patch the file with /usr/bin/patch by doing something like
  patch < foo.patch
or do the one line change manually if /usr/bin/patch fails.

Once the file's patched, recompile it
  python -c 'import py_compile; py_compile.compile("opensync.py")'
and move both the source and bytecode to their previous location.


Andri


On Sat, 2009-08-15 at 12:11 -0500, Butch Evans wrote:
> On Sat, 2009-08-15 at 13:35 +0300, Andri Möll wrote:
> > Check this ticket: https://www.opensync.org/ticket/1131
>
> It is possible that this will fix my error, but I am not familiar with
> programmer's tools.  How do I use the patch?  I have copied it to a file
> and I have a copy of opensync.py in a directory with the patch file.  I
> just don't know where to go from here.
>


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
SynCE-Users mailing list
SynCE-Users@...
https://lists.sourceforge.net/lists/listinfo/synce-users