unknown/misplaced keyword 'AuthMechs' (plus 'SSLType' and 'SSLVersions')

2016-11-03 Thread david wen riccardi-zhu
I had mbsync working perfectly until a recent server upgrade. Not sure if it matters, but I went from a Raspberry Pi 3 running Raspbian to a Dell Chromebox running Ubuntu server. Installed isync to the new sever, copied my .mbsyncrc, and now it's not working. I am getting the following errors

Re: unknown/misplaced keyword 'AuthMechs' (plus 'SSLType' and 'SSLVersions')

2016-11-26 Thread david wen riccardi-zhu
he config file, but this issue persists. Does anyone have any suggestions on how to resolve this, or can point me to any useful resources? What's really puzzling me is that everything was working fine before, on Raspbian and 1.1.1. Thanks, David --- dwrz|朱为文 On 2016-11-04 03:00, dav

Re: unknown/misplaced keyword 'AuthMechs' (plus 'SSLType' and 'SSLVersions')

2016-11-27 Thread david wen riccardi-zhu
ur > custom build. > > regards > > Robert > On Sat, Nov 26, 2016 at 07:53:02PM +, david wen riccardi-zhu wrote: I am > still having issues getting sync to work again and would really > appreciate some guidance. > > I am now running 1.2.1, built from source, an

Re: SASL(-7) error plain_clienttoken.c?

2016-11-27 Thread david wen riccardi-zhu
Thank you -- this seems to have resolved my issue as well. Not sure why * isn't working anymore, though . . . --- dwrz|朱为文 On 2016-11-27 14:24, David Brumley wrote: > Hi, > After a bit more work, I found I was missing the following line (this email > is for anyone with similar problems): > -

Re: Sasl: No worthy mechs found

2016-12-01 Thread david wen riccardi-zhu
Glad to hear! I'd made the same assumption. Not sure if something is broken, if the documentation needs to be updated, or if users need to be better informed. : ) --- dwrz|朱为文 On 2016-12-01 18:57, Peter P. wrote: > * dwrz [2016-12-01 16:19]: > >> Hi Peter, >> >> Just a shot in the dark -- h

Re: Sasl: No worthy mechs found

2016-12-02 Thread david wen riccardi-zhu
config file, though; I have a suspicion it applies to me as well. --- dwrz|朱为文 On 2016-12-02 09:15, Oswald Buddenhagen wrote: > On Fri, Dec 02, 2016 at 03:47:01AM +, david wen riccardi-zhu wrote: > >> Glad to hear! I'd made the same assumption. > >> Not sure if

mbsync not running with cron

2017-01-03 Thread david wen riccardi-zhu
I'm trying to get mbsync to run every minute via cron. I have the following line in my crontab: * * * * * mbsync -qqa >/dev/null 2>&1 Running mbsync manually works, but nothing seems to be happening via cron. Any suggestions? This is on an Ubuntu Server. This is also my first attempt at using