Resviole

Members
  • Posts

    3
  • Joined

  • Last visited

Resviole's Achievements

Noob

Noob (1/14)

3

Reputation

  1. Similar error for me, except for AMD Processor family 25 (5600x). Fix Common Problems alerts on it because of the message added to mcelog. Can we safely ignore this error as AMD users? Full message: "mcelog: ERROR: AMD Processor family 25: mcelog does not support this processor. Please use the edac_mce_amd module instead."
  2. Self-replying as this is now resolved and I can get a sustained 300mbit+. The solution was to add a new variable to the Syncthing docker container named UMASK_SET with a value of 000. I'm using the linuxserver.io docker image and it appears permissions were the cause of the speed issues.
  3. I am trying to use Syncthing via a docker container to sync files from a remote server to my own. The remote server is 10Gbit, and Syncthing works at 400Mbps+ to other devices in my local network (tested via Syncthing on Synology NAS). On my Unraid server the speeds start at ~250Mbps then drops to 2-5Mbps within 10 seconds. Server specs Unraid version: 6.9.0-beta35 Hardware: Ryzen 5600x with 32GB memory Main array: 4x 14tb 7200rpm drives, 1 set as parity. Cache array: 2x Samsung 970 Evo Plus M.2 500GB Troubleshooting attempted so far Set the Unraid share used by Syncthing to public, confirmed I could read and write from/to the share via SMB to a Windows PC at a consistent 110MB/s. For troubleshooting purposes, set the share to Cache only and confirmed all files are on the cache array. Ran the "Docker Safe New Perms" tool Ran Fix Common Problems + Tips and Tweaks - all is as recommended, no issues Searched the syncthing forums and google, found other references to issues with Syncthing on Unraid but no resolution threads. The threads are sparse (one thread every year or two). Confirmed CPU and Memory are good, both are extremely low usage Checked the Unraid syslog, no warnings or errors that seem related Recreated the Syncthing container Followed tweaking guides - changed tunable (md_write_method) to reconstruct write and tunable (md_num_stripes) to 8192. I don't think these matter since I have the share set to cache only though. Verified no smart errors Set dynamix ssd trim to run daily Gave full permissions to appdata in case permissions issue - chmod -R 777 /mnt/user/appdata/syncthing/ Confirmed SyncThing versions match (1.11.1 on both sides) Confirmed UPnP is properly creating the port forwarding on my router (it is forwarding a port above 40000 to my internal port 22000 on the receiver side) Increased logging and reviewed - found failed to exchange Hello messages warnings, unsure if this is a concern as it relates to slow speeds. See attached log (the items in square brackets are modified to hide private info) Manually created a port forward on router on receive side: source ip [internal ip of server], external port 22000, internal port 22000 Confirmed Relay is not being used by checking the "Address" section under "Remote Devices" on the sender and receiver side. Both list the IP:Port directly without a "relay://" before them Any help or tips to resolve this would be appreciated. Thanks in advance! SyncThingErrorLog.txt