Page 1 of 1

Transmission problem after upgrade to Amahi6

Posted: Tue Mar 01, 2011 10:38 am
by inquam
I used the wiki to upgrade to Amahi6 and after that my Transmission installation that has been working fine started acting strange. Alla my ongoing downloads was gone and when trying to download new stuff I get errors like

Error: Unable to save resume file: no such file or directory
and also other errors that claim 'no such file or directory'. I have no clue what it's talking about. I have tried looking at the Transmission config file and it seems to point to the same folder it always has and it's present. So what could it be that could be affected by the upgrade?

Re: Transmission problem after upgrade to Amahi6

Posted: Thu Mar 03, 2011 6:01 am
by bigfoot65
Have you done all Fedora updates? It could be something was changed in Transmission for Fedora 14.

Re: Transmission problem after upgrade to Amahi6

Posted: Fri Mar 04, 2011 1:02 am
by inquam
I have done a

Code: Select all

yum clean all
and

Code: Select all

yum update
but there is nothing left to update

Re: Transmission problem after upgrade to Amahi6

Posted: Mon Mar 07, 2011 2:58 pm
by sandstroem
Same issue here... Anyone got some feedback regarding this?

Re: Transmission problem after upgrade to Amahi6

Posted: Tue Mar 08, 2011 4:13 am
by inquam
I switched to uTorrent and is happy... hehe :)

Re: Transmission problem after upgrade to Amahi6

Posted: Thu Mar 10, 2011 7:37 am
by moncapitaine
Had the same problem. Uninstalled transmission and reinstalled new beta version.
Working fine now.
Had to pay, but worth it.

Re: Transmission problem after upgrade to Amahi6

Posted: Fri Apr 29, 2011 7:53 am
by jaffa
I had this problem. Finally figured the solution was to change /etc/init.d/amahi-transmission to add the -g parameter. Therefore the launch line reads this:

daemon --user apache $TRANSMISSION_BIN -w $TRANSMISSION_DIR -g /var/lib/transmission/.config/transmission

Restarted the daemon from the dashboard and now it works.