[Barry-devel] Barry under ArchLinux

2008-11-06 Thread Bruno D'Arcangeli
Dear, I've use barry 0.13 under ubuntu before (syncing with evolution) with success. Now i've compiled barry 0.14 with libopensync 0.22. I've installed the udev script in /etc/udev/rules.d I can sync barry-sync and file-sync with msynctool but only as root. when i try as normal user i've got th

Re: [Barry-devel] Barry under ArchLinux

2008-11-06 Thread Chris Frey
On Thu, Nov 06, 2008 at 05:25:45PM +0100, Bruno D'Arcangeli wrote: > I can sync barry-sync and file-sync with msynctool but only as root. > when i try as normal user i've got this error: > Member 1 of type barry-sync had an error while connecting: (-1, error > sending control message: Operation not

Re: [Barry-devel] Sync fails with the following error "sync failed: Unable to write one or more objects"

2008-11-06 Thread Chris Frey
On Tue, Nov 04, 2008 at 07:34:38PM +0100, Aniruddha wrote: > > Bad packet size. Packet: 26. DataSize(): 26. Required size: 44 > > : 00 00 1a 00 09 ff 00 07 52 49 4d 20 44 65 73 6b RIM > > Desk > > 0010: 74 6f 70 00 00 00 00 00 04 00top... > > >

Re: [Barry-devel] Putting bcharge -o in pppd script init option

2008-11-06 Thread Chris Frey
On Mon, Nov 03, 2008 at 07:37:22PM +, Julian Rush wrote: > Using it in IP modem mode, it connects OK but it usually drops out > saying the device needs a password (even though it's been set in pppob). > It does, however, charge properly and I can browse folders as a mass > storage device.

Re: [Barry-devel] Restore errors with BlackBerry 8319 (Movistar)

2008-11-06 Thread Chris Frey
On Fri, Oct 31, 2008 at 05:46:46PM +0100, Eneko Lacunza wrote: > Errors on command line: > --- cut --- > m_recordTotal for restore: 394 > Error on database: Trusted Key Store > Skipping: Trusted Key Store/d3e6e78d 0 > Skipping: Trusted Key Store/b823b790 0 > Skipping: Trusted Key Store/8881314d 0 >

Re: [Barry-devel] Calendar/Address Book - All = sync failure

2008-11-06 Thread Chris Frey
On Thu, Oct 23, 2008 at 10:43:11AM +1100, Jason Thomas wrote: > [EMAIL PROTECTED]:/tmp/trace$ btool -t | grep Calendar > Database: 0x18 'Calendar Options' (records: 1) > Database: 0x1a 'Calendar' (records: 7) > Database: 0x35 'Calendar - All' (records: 201) > [EMAIL PROTECTED]:/tmp/trac

[Barry-devel] kernel driver notes

2008-11-06 Thread Chris Frey
Hi Rick, Starting a new thread for commentary on the kernel, and various questions and notes. In November 2006, the crypto_digest* family of functions was removed from the kernel: commit cc44215eaaa5e4032946b962353526ae6c370c0e Author: Adrian Bunk <[EMAIL PROTECTED]> Date

Re: [Barry-devel] kernel driver notes

2008-11-06 Thread Chris Frey
On Thu, Nov 06, 2008 at 08:41:25PM -0500, Chris Frey wrote: > The digest_alg API (not sure if that's the one you want to use) seems to > have stabilized at the 2.6.17 kernel release. Are you in patch-accepting mode if I happen to cook one up for the 2.6.26 kernel? - Chris --