Replies: 7 comments 11 replies
|
Does anyone have any ideas about this? |
|
Ok, googling for pkgsrc, I found this and I am guessing you are the package maintainer. Correct?
See: this doc, However looking at the package source, your packaging does a The pkgsrc also shows, that you are using the 0.21.1 upstream release. This version definitively requires this patch in order to restore mariadb compatibility. That patch has already been merged (#1856), but there was no release since then. Both patches are taken from my packaging for Fedora/RHEL/Ubuntu. Good luck |
|
Forgot something important about 0.21.1: The database parameter syntax has changed as well. Here is a table that shows the differences. |
|
Well, it actually looks really like a client side (FireFox) error. GET The second path element is the "application name" and is expected to be "sync", not "token". That's the reason for the unsupported application error. This begs the question: Why is your FireFox requesting that URL.
Yours should be similar. -Fritz |
|
And another tip: There is a very nice Extension : https://addons.mozilla.org/en-US/firefox/addon/about-sync/ It implements |
|
Thanks for all the help, @felfert |
|
I gave up on using this. |
Uh oh!
There was an error while loading. Please reload this page.
Hi!
I'm running syncstorage-rs on my own server, using the login token from mozilla.org, but the storage there.
This has been working for a long time now, but sometime in the last months it stopped working. I can't date it more closely because I usually work on the same machine, but when I switched to the laptop, I noticed that it wasn't up-to-date.
I did update syncstorage-rs a couple times in the last months. I noticed the problem while running 0.20.0, but I went back to older versions and it doesn't work with 0.18.3 nor 0.18.2. I think it was working correctly with that version before. So I currently suspect a firefox update might have broken it (running 142 now).
I tried reading the server logs and the about:sync-log, but there are not enough details for me to understand the problem.
Here's the sync-log from a recent try, only edited to replace my host name:
In the nginx access log on the server, I see two lines, one second apart:
I see nothing on stdout or stderr from the
syncserverprocess itself.I can get a heartbeat, so I don't think I broke the nginx config since it was working:
I've configured
identity.sync.tokenserver.uritohttps://sync.mydomain.at/1.0/token/1.5, which was working before.I'd be happy about pointers how to debug and fix this.
Thank you.
All reactions