Resilio Sync 2.7.3.1318 stops working with MyCloud firmware 5.22.113 (WD PR4100)


Recommended Posts

After updating my PR4100 to MyCloud firmware version 5.22.113, Resilio Sync no longer starts.

Upon looking at /shares/Volume_1/Nas_Prog/ResilioSync/start.sh we can see the following line:

USERNAME=$(grep '/home/admin' /etc/passwd | cut -d ':' -f1)

however the /etc/password no longer contains /home/admin

changing this line to the following solves the problem and the Resilio Sync background task starts OK

USERNAME=$(grep '/home/restsdk' /etc/passwd | cut -d ':' -f1)

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.