Synology
Before connecting to your Synology NAS over SSH you'll have to allow SSH connections via NAS' WebUI.
- Connect to your NAS over SSH. You can follow this instruction if you are not familiar with SSH. For Linux and Mac just open a terminal; for Windows machine open powershell for ssh:
ssh admin@<your_nas_ip_or_name>
- Stop Resilio Sync gracefully from the NAS WebUI.
- Run command
ulimit -c unlimited
to allow core dumps generation. Your NAS won't show any output if the command was successful.
- Start Sync from the same terminal (not from WebUI)
sudo /var/packages/resiliosync/scripts/start-stop-status start
If terminal prompts you for a password - enter your admin account password
- Wait till Sync crashes again or make the actions that usually force Sync to crash.
- Once done, locate the dump.
It usually stays here/volume1/@rslsync.core.gz
- Move the dump to your NAS public folder where you can download it via NAS WebUI
sudo mv /volume1/\@rslsync.core.gz /volume1/<your_shared_folder_name>
- Download the dump file via WebUI and send to us.
QNAP
Before connecting to your QNAP NAS over SSH you'll have to allow SSH connections via NAS' WebUI.
- Connect to your NAS over SSH. You can follow this instruction if you are not familiar with SSH. For Linux and Mac just open a terminal; for Windows machine open powershell or putty for ssh:
ssh admin@<your_nas_ip_or_name>
-
Stop Resilio Sync gracefully from the NAS WebUI.
-
Run command
ulimit -c unlimited
to allow core dumps generation. Your NAS won't show any output if the command was successful. -
Start the agent from the same terminal (not from WebUI)
/share/HDA_DATA/.qpkg/ResilioSync/resilio-sync.sh start
If terminal prompts you for a password - enter your admin account password. Note, that "HDA_DATA" folder may differ depending your NAS model. It can be MD0_DATA, or HDB_DATA, but will always end with DATA and have some prefix before "_DATA" -
Wait till Sync crashes again or make the actions that usually force Sync to crash.
-
Once done, locate the dump.
It usually stays here in the same folder where your terminal was when you started the Sync. -
Move the dump to your NAS public folder where you can download it via NAS WebUI
sudo mv core /share/HDA_DATA/Public
-
Download the dump file via WebUI and send to us.