German Umlaute like äöü seems to make trouble

So, currently file names must be in NFD (macOS standard) for Syncthing to pick them up on macOS.

1 Like

So OP can fix this by converting his remaining NFC normalized files to NFD first.

e.g using rsync locally to a temp folder with rsync --iconv=UTF-8,UTF-8-MAC

1 Like
1 Like

Must install a newer version of rsync for that. Local it work remote the name isn’t converted.

Can we check if this is the root-cause for the issues? Or does it sound reasonable to you?

Then I would remove the complete folder on the mac and transport it again, via syncthing. Seems a cleaner approach to me with no garbage in the database. Or is the conversion with rsync the better approach?

Everything points at the normalization as the root cause. The fix has just been merged to the main branch, and an v1.17.0-rc.4 will be out soon containing that fix. You can wait for that or check on your test setup already now with the current build artifact from main: https://build.syncthing.net/buildConfiguration/Syncthing_BuildMac/103268?buildTab=artifacts

I download the version. Get at about versionnr: v1.17.0-rc.3.dev.11.g97437cad, macOS (64-bit ARM) Still no success. console-out.log (66.9 KB) syncthing.log (319.2 KB)

Testscenario is still the same. Create at commandline a file with echo “asd” > äöüß.cox.txt

Forgot to activate debug, so once again syncthing.log (351.0 KB) console-out.log (32.3 KB)

The logs are still from v1.16.1:

[start] 13:28:27 INFO: syncthing v1.16.1 “Fermium Flea” (go1.16.3 darwin-arm64) teamcity@build.syncthing.net 2021-05-05 07:37:23 UTC [stnoupgrade]

Base on console-out.log it’s [start] 2021/05/21 20:04:39.938450 main.go:571: INFO: syncthing v1.17.0-rc.3.dev.11.g97437cad "Fermium Flea" (go1.16.4 darwin-arm64) teamcity@build.syncthing.net 2021-05-17 10:35:03 UTC The syncthing.log contains the whole log of all test. I didn’t create a complete new environment. Only new files. Look at line 2113.

If it’s necessary to create a complete new environment. I can do this too.

This is new and amazing:

folder.go:1080: INFO: Scanner (folder "testSyncFolder" (testSyncFolder), item "äöüß.cox.txt"): normalizing path: file does not exist

1 Like

We have such message at the beginning, so for me, it looks like nothing has changed. What can I do to enable further improvements of syncthing?

You caught a bug in the fix that greatroar noticed and fixed already: Fix UnicodeLowercaseNormalized on lowercase NFD by greatroar · Pull Request #7692 · syncthing/syncthing · GitHub. With a newer build that includes said fix, this issue should finally be gone: https://build.syncthing.net/buildConfiguration/Syncthing_BuildMac/103620?buildTab=artifacts

Made a retest, now everything seems okay. Many thanks! Will the 1.7 released in the first week of July?

1 Like

great. ~yes~ no

No, June, as per the header here on the forum.

1 Like

June, july… whichever of these J-months is next :slight_smile: Thanks for correcting

2 Likes

Now only the macos-app must be released… I hope the team will find the time to do this extra step. Or I must patch it.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.