Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting an error with mbsync #36

Closed
ldangelo opened this issue May 16, 2024 · 5 comments
Closed

Getting an error with mbsync #36

ldangelo opened this issue May 16, 2024 · 5 comments

Comments

@ldangelo
Copy link

Authenticating with SASL mechanism XOAUTH2...
Error performing SASL authentication step: SASL(-1): generic failure: Unable to find a callback: 18948

Any suggestions on how too troubleshoot this? Is there a way to see what port pizauth is listening on? Might be good information to add too 'info' or 'status'.

Thank you in advance for any advice.

@ldangelo
Copy link
Author

Oddly enough if I start the server with:

pizauth server -vvvv -d

I get no output? Is this normal?

I use show to get the url and request access from google... All that works fine and pizauth get's a token so some of it appears to be working properly....

@ltratt
Copy link
Owner

ltratt commented May 16, 2024

A quick search suggests this might be some combination of mbsync + OS X? moriyoshi/cyrus-sasl-xoauth2#9

If not, I'll need more details: platform, config (minus personal details of course!), and so on.

@ldangelo
Copy link
Author

DOH! Sorry, should have done more research before submitting an issue. I am in fact on osx... Let me dig into this and see what I find... I will report back here either way. BTW) Thank you for building this software.. Love the approach...

@ldangelo
Copy link
Author

This was in fact due to mbsync on Mac OS. It appears there is an issue with the built-in Cyrus-sasl implementation. To resolve I used nix to install sasl & coauth-sasl and then created on overlay to build using the newly installed sasl implementations...

Here is a link too my nix repo if anyone is interested: https://github.com/ldangelo/nix

@ltratt
Copy link
Owner

ltratt commented May 19, 2024

Thanks for the update and best of luck!

@ltratt ltratt closed this as completed May 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants