You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
@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)
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:
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
The text was updated successfully, but these errors were encountered: