Hello
Today I have do a NAS restart and then I cannot use anymore transmission
I have acess to all but when i try to reinstall transmission server I get this message:
Fail: install command failed : init-tr-daemon
Can anybody help ?
Thanks in advance
This error is no longer reported with version 16.0.fraumo wrote:Fail: install command failed : init-tr-daemon
ls -l /direct-usb (should return symlink toward /share/1000)
ls -dl /share/1000/tr-daemon
ls -ld /share/1000/tr-downloads (should find these folders)
ls -l /usr/bin/transmission-daemon
grep '<transmission>' -A 4 /etc/nas_conf_db.xml (you should see credential tags for transmission)
ls -l /etc/nas_conf_db.xml
grep '<transmission>' -A 4 /etc/nas_conf_db.xml
grep '<transmission>' -A 4 /rw_fs/etc/nas_conf_db.xml
ls -l /etc/nas_conf_db.xml
ls -l /rw_fs/etc/nas_conf_db.xml
ps -ef | grep transmission
You are wrong fvdwfvdw wrote:should this not be
- Code: Select all
grep '<transmission>' -A 4 /rw_fs/etc/nas_conf_db.xml
and
- Code: Select all
ls -l /etc/nas_conf_db.xml
This should not happen because when you do a reset the script checks if transmission is running and in this case the script kills all transmission processes and waits some seconds to be sure that there is no orphan process.fvdw wrote:The installation could fail because the executable is already present and in use and running
- Code: Select all
ps -ef | grep transmission
This is no longer true with version 16.0 (need to parse the nas database to get the credentials settings)to see what is happening the install script could be run manually from the command line (after ssh log on)
/etc/nas_status.sh --start-debug
/etc/nas_status.sh --stop-debug
Return to Lacie Network Space vs2 and max version
Users browsing this forum: No registered users and 2 guests