Lulzon Posted May 10, 2016 Report Share Posted May 10, 2016 (edited) This is mostly just a bug report since I've solved the issue for myself - I just picked up a Synology DS115J and updated it to DSM 6.0-7321 Update 6. I proceeded to install Sync 2.3.7 for the ARMADA 370, but the package would not start. Running the package manually (sudo /var/packages/bittorrentsync/scripts/start-stop-status start) failed with the following errors: su: Permission denied Your account has expired; please contact your system administrator The script is attempting to "su - admin", but looks like it is expired and/or does not have access to perform this operation. I'm assuming this was intentional; I tried resetting the expiry with the synouser command, but was unsuccessful. My solution was to just just start it as root: #su - admin -c "umask 000; PATH=${PATH} ${BTSYNC} --config ${CFG_FILE}" umask 000 ${BTSYNC} --config ${CFG_FILE} The package started perfectly from the DSM web interface: Enjoy, -Lulzon Edited May 10, 2016 by Lulzon Quote Link to comment Share on other sites More sharing options...
Lulzon Posted July 4, 2016 Author Report Share Posted July 4, 2016 2.3.8-1 - same issue, same fix works. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.