[Bug 8729] New: clients should have knowledge of first-time syncs
by bugzilla@moblin.org
http://bugzilla.moblin.org/show_bug.cgi?id=8729
Summary: clients should have knowledge of first-time syncs
Classification: Moblin Projects
Product: SyncEvolution
Version: upstream
Platform: Netbook
OS/Version: Moblin Linux
Status: NEW
Severity: normal
Priority: Undecided
Component: SyncEvolution
AssignedTo: patrick.ohly(a)intel.com
ReportedBy: jku(a)linux.intel.com
QAContact: yanshuang.zheng(a)intel.com
CC: syncevolution(a)lists.intel.com
See bug 8727 (intelligent handling of first-time slow syncs): client should
make the decision on first-time slow syncs just like it does on any slow syncs
but it would be useful to know when peer/source has not been synced yet: UI
could be different in that case.
The first idea I had was to use GetReports(), empty result would mean no syncs
have been done. This isn't reliable though: reports are in ~/.cache and could
be wiped.
I don't really have any better ideas on the api for this, to me GetReports
sounds logical: if all reports included a first-sync status for sources, and if
we agree on what kind of "pseudo" report is sent when no reports are actually
available, that should work.
there is already a boolean "source-<name>-first" value in the report, was this
something else?
--
Configure bugmail: http://bugzilla.moblin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching someone on the CC list of the bug.
12 years, 7 months
[Bug 3182] support ovi.com (Nokia sync service)
by bugzilla@moblin.org
http://bugzilla.moblin.org/show_bug.cgi?id=3182
--- Comment #11 from pohly <patrick.ohly(a)intel.com> 2010-02-10 08:20:36 PST ---
Congwu, have you ever successfully used a virtual source in a SyncML client?
I'm trying it for the first time with SyncEvolution as both client and server
and get a crash in
sysync::TBinfileClientConfig::findOrCreateTargetIndexByDBInfo(). A virtual
function call jumps to NULL:
2157
cfgP->initTarget(target,aProfileID,NULL,DEFAULT_DATASTORES_ENABLED); // init
default
I suspect that the following type cast was invalid:
for (pos=fDatastores.begin();pos!=fDatastores.end();pos++) {
TBinfileDSConfig *cfgP = static_cast<TBinfileDSConfig *>(*pos);
I'm currently experimenting with adding a <dbtypeid> for a <superdatastore>.
Not sure whether it'll make a difference.
--
Configure bugmail: http://bugzilla.moblin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching someone on the CC list of the bug.
12 years, 7 months
[Bug 2416] intelligent handling of unexpected slow syncs
by bugzilla@moblin.org
http://bugzilla.moblin.org/show_bug.cgi?id=2416
--- Comment #17 from pohly <patrick.ohly(a)intel.com> 2010-02-10 02:12:29 PST ---
(In reply to comment #16)
> (In reply to comment #15)
> > I updated the code so that it uses <datastoreinitscript> and
> > LOCERR_DATASTORE_ABORT. <datastoreinitscript> allows us to detect the situation
> > that the client falls back to a slow sync on its own (comment #8).
> > LOCERR_DATASTORE_ABORT is necessary to cope with the fix in libsynthesis which
> > aborts the whole session immediately once ABORTDATASTORE() is called in any
> > store.
> >
> > Congwu, I also touched some of your code. Can you review this patch series? It
> > is in mb2416.
>
> Yes, that's OK.
Merged into master.
--
Configure bugmail: http://bugzilla.moblin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching someone on the CC list of the bug.
12 years, 7 months
[Bug 7981] New: SyncML toolkit reports '0x2002' error code when doing synchronization
by bugzilla@moblin.org
http://bugzilla.moblin.org/show_bug.cgi?id=7981
Summary: SyncML toolkit reports '0x2002' error code when doing
synchronization
Classification: Moblin Projects
Product: SyncEvolution
Version: upstream
Platform: Netbook
OS/Version: Moblin Linux
Status: NEW
Severity: normal
Priority: Undecided
Component: SyncML
AssignedTo: syncevolution(a)lists.intel.com
ReportedBy: yongsheng.zhu(a)intel.com
QAContact: yanshuang.zheng(a)intel.com
CC: shuang.wan(a)intel.com, syncevolution(a)lists.intel.com
scheduleworld_1 is a configured server created by client-test. If you sync it
with 'syncevolution --run scheduleworld_1'. Then the syncML toolkit of
libsynthesis reports '0x2002' error code and sync is done with errors.
The error code means 'Buffer too small' according to error code definition in
syncML toolkit. so it might be a potential issue in syncML toolkit.
Here is the list of my sources in sheduleworld_1:
file_ical20 file_itodo20 file_vcard21 file_vcard30 ical20 itodo20 text
vcard21 vcard30
I tried that when the number of sources is larger than 5, the error occurs.
Also for other servers, like memotoo_1, if the number is large than 4, then the
error occurs.
--
Configure bugmail: http://bugzilla.moblin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
12 years, 7 months
[Bug 3602] add gnome-keyring support to syncevo-dbus-server
by bugzilla@moblin.org
http://bugzilla.moblin.org/show_bug.cgi?id=3602
ZhangJingke <jingke.zhang(a)intel.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |VERIFIED
CC| |jingke.zhang(a)intel.com
--- Comment #15 from ZhangJingke <jingke.zhang(a)intel.com> 2010-02-09 23:43:56 PST ---
Yes, when config password in GUI, the configuration file just showed '-'. But
we can still do sync by GUI without inputing password again. So it has been
stored in the gnome-keyring.
Verify it in syncevoluion-0.9.99.6.
--
Configure bugmail: http://bugzilla.moblin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching someone on the CC list of the bug.
12 years, 7 months
[Bug 9435] New: The "Sync now" button is disabled when booting up although service had been configured
by bugzilla@moblin.org
http://bugzilla.moblin.org/show_bug.cgi?id=9435
Summary: The "Sync now" button is disabled when booting up
although service had been configured
Classification: Moblin Projects
Product: SyncEvolution
Version: upstream
Platform: Netbook
OS/Version: Moblin Linux
Status: NEW
Severity: normal
Priority: Undecided
Component: GTK UI
AssignedTo: jku(a)linux.intel.com
ReportedBy: jingke.zhang(a)intel.com
QAContact: jingke.zhang(a)intel.com
CC: syncevolution(a)lists.intel.com
Package: 0.9.99.5-1.1 (In Trunk)
Based package: moblin-2.2-default-20100203-0036.iso
Description:
===================
I have configured scheduleworld as my sync service and do sync well. But if
rebooting machine, I found the "Sync now" button is disabled. It forces user to
config service again every time after booting.
This is a regression according to last package: 0.9.99.4. Please check the
updates. Thanks!
--
Configure bugmail: http://bugzilla.moblin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching someone on the CC list of the bug.
12 years, 7 months