Applicable TOS version: TOS 4.x
Applicable models: all TNAS models
If you cannot start Transmission after you update TOS, even if you have tried to uninstall and reinstall Transmission, please do the following.
1. Log in to TOS and uninstall the Transmission application
2. Log in to SSH, execute "sudo -i", switch to root user How to log in to the SSH terminal?
3. Then execute the command:
Code: Select all
find / -path '/mnt/md0/application/transmission' -prune -o -name 'transmission' -print -exec rm -rf {} \;