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

Syncthing Sync Conflicts.... #239

Open
05warmupsdelayer opened this issue Dec 2, 2024 · 3 comments
Open

Syncthing Sync Conflicts.... #239

05warmupsdelayer opened this issue Dec 2, 2024 · 3 comments
Labels
investigating Looking into the reason for the issue and or a solution internally

Comments

@05warmupsdelayer
Copy link

05warmupsdelayer commented Dec 2, 2024

A30:
2024-12-02 10:45:13 completed hashing: File{Name:"states/PCSX-ReARMed/Chrono Cross.state.auto", Sequence:0, Permissions:0755, ModTime:2024-12-02 10:44:01 +0000 UTC, Version:{[{HDLBLDE 1733136313} {QKPHPMO 1733150704}]}, VersionHash:, Length:4456472, Deleted:false, Invalid:false, LocalFlags:0x0, NoPermissions:false, BlockSize:131072, NumBlocks:35, BlocksHash:a74dacdf35e7d64f06040af1b3b0d3bf8752f4ee355e166b042c73b393d7e964, Platform:{ }, InodeChangeTime:2024-12-02 10:45:03 +0000 UTC}

File shows last modified time is at 6:44AM...the local time (for both devices) was 10:44AM...

RG351V:
2024-12-02 10:45:04 completed hashing: File{Name:"states/PCSX-ReARMed/Chrono Cross.state.auto", Sequence:0, Permissions:0777, ModTime:2024-12-02 06:44:01 -0400 AST, Version:{[{HDLBLDE 1733136251} {QKPHPMO 1733150704}]}, VersionHash:, Length:4456472, Deleted:false, Invalid:false, LocalFlags:0x0, NoPermissions:false, BlockSize:131072, NumBlocks:35, BlocksHash:a74dacdf35e7d64f06040af1b3b0d3bf8752f4ee355e166b042c73b393d7e964, Platform:{ }, InodeChangeTime:2024-12-02 10:44:55 -0400 AST}

2024-12-02 10:45:13 completed hashing: File{Name:"states/PCSX-ReARMed/Chrono Cross.state.auto", Sequence:0, Permissions:0755, ModTime:2024-12-02 10:44:01 +0000 UTC, Version:{[{HDLBLDE 1733136313} {QKPHPMO 1733150704}]}, VersionHash:, Length:4456472, Deleted:false, Invalid:false, LocalFlags:0x0, NoPermissions:false, BlockSize:131072, NumBlocks:35, BlocksHash:a74dacdf35e7d64f06040af1b3b0d3bf8752f4ee355e166b042c73b393d7e964, Platform:{ }, InodeChangeTime:2024-12-02 10:45:03 +0000 UTC}
2024-12-02 10:45:13 walker/guvny-vfk7o@0x1ae7b20: Walk guvny-vfk7o [states/PCSX-ReARMed/Chrono Cross.state.auto] current progress 4456472/4456473 at 0.0 MiB/s (99%)
2024-12-02 10:45:13 walker/guvny-vfk7o@0x1ae7b20 Walk progress done guvny-vfk7o [states/PCSX-ReARMed/Chrono Cross.state.auto] Matcher/[]@0x1bf47d0
2024-12-02 10:46:03 Puller (folder "Saves" (guvny-vfk7o), item "spruce/spruce.sync-conflict-20241202-005443-HDLBLDE.log")

Could this be due to this due to lack of locale in spruceOS?

/mnt/SDCARD # locale
/bin/sh: locale: not found
/mnt/SDCARD # ls /usr/share/locale
ls: /usr/share/locale: No such file or directory
/mnt/SDCARD # date
Mon Dec 2 10:45:58 UTC 2024

@surskitt
Copy link

surskitt commented Dec 5, 2024

Your two devices are using different time zones (UTC and AST), the difference between the two is within the minute.

What's the issue you're having? I see both files have the same hash.

@05warmupsdelayer
Copy link
Author

Your two devices are using different time zones (UTC and AST), the difference between the two is within the minute.

What's the issue you're having? I see both files have the same hash.

Well the problem was I was getting a ton of sync-conflict files. I had the RTC set on the A30 as the local time…but that is not correct because apparently we can only use and display UTC. There is no way to set a timezone. Once I set the RTC to UTC time on A30 ( which displays a the time 4 hours ahead ) - sync conflict files are no longer being generated and time stamps on saves are now correct.

@BaseInfinity
Copy link
Collaborator

@05warmupsdelayer Looks like you're right, setting A30 to UTC time picks up the correct out of sync files, otherwise it thinks you need to update ALL files

Here's what it should look like (I set to UTC time myself)
Screenshot 2024-12-05 at 2 21 42 PM

Here's what it looks when i don't have UTC time set on A30, it thinks all my files need to be updated even though I only played one game:

Screenshot 2024-12-05 at 2 21 57 PM

@XanXic XanXic added the investigating Looking into the reason for the issue and or a solution internally label Dec 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
investigating Looking into the reason for the issue and or a solution internally
Projects
None yet
Development

No branches or pull requests

4 participants