New user's registration have been closed due to high spamming and low trafic on this forum. Please contact forum admins directly if you need an account. Thanks !
Other troubles with ftd
-
- Posts: 117
- Joined: 01 Feb 2007, 09:33
- Location: Paris, France
Other troubles with ftd
Hi everyone,
I noticed a new strange behaviour. Sometimes, when I stop or cancel a download, ftd process just close.
I thought it was the same problem than before, for the whole interface freezed. But when I wanted to kill ftd, it doesn't even run.
It happened a couple of times since the last upgrade.
Does anyone have the same problem ?
I noticed a new strange behaviour. Sometimes, when I stop or cancel a download, ftd process just close.
I thought it was the same problem than before, for the whole interface freezed. But when I wanted to kill ftd, it doesn't even run.
It happened a couple of times since the last upgrade.
Does anyone have the same problem ?
-
- Posts: 46
- Joined: 27 Feb 2007, 16:44
- Location: Austria
- Contact:
Odd thing indeed, this just happened to me 5 minutes ago....
I shut down the Bubba because I needed to install a longer network cable. Anyway, after the reboot I re-added a torrent that had been running and now the whole interface froze. I couldn't even get to the web-interface from another computer afterwards
Now I had to do a complete re-boot and everything is working again.
I shut down the Bubba because I needed to install a longer network cable. Anyway, after the reboot I re-added a torrent that had been running and now the whole interface froze. I couldn't even get to the web-interface from another computer afterwards
Now I had to do a complete re-boot and everything is working again.
Bubba, I'm lovin' it
-
- Posts: 117
- Joined: 01 Feb 2007, 09:33
- Location: Paris, France
Hi TheEagleCD,
You don't have to reboot ! First check if ftd is still running :
If it's indeed running, kill it :
At this point the interface should work again. Restart ftd :
Enjoy !
You don't have to reboot ! First check if ftd is still running :
Code: Select all
ps aux | grep ftd
Code: Select all
killall ftd
Code: Select all
/etc/init.d/ftd start
-
- Posts: 46
- Joined: 27 Feb 2007, 16:44
- Location: Austria
- Contact:
Hi,
and thank you for the advice on ftd.
I have to restart ftd quite often. The worst thing about having to restart is that the current downloads won't resume. The only option seems to be to delete the files from the download directory and then re-add the torrent through the GUI. This is annoying, to say the least.
I was hoping that this problem should have been solved in firmware 0.31.4 but ftd still behaves in the same way. Any solutions on this?
and thank you for the advice on ftd.
I have to restart ftd quite often. The worst thing about having to restart is that the current downloads won't resume. The only option seems to be to delete the files from the download directory and then re-add the torrent through the GUI. This is annoying, to say the least.
I was hoping that this problem should have been solved in firmware 0.31.4 but ftd still behaves in the same way. Any solutions on this?
-
- Posts: 117
- Joined: 01 Feb 2007, 09:33
- Location: Paris, France
Hi juicer,
Regards,
Don't delete the download directory. When you re-add the torrent, ftd (the 'downloader') will analyse what has already been downloaded and then resume it.juicer wrote:The only option seems to be to delete the files from the download directory and then re-add the torrent through the GUI.
Regards,
Thanks bubbalibre,
yes, that worked well after a while. There's nothing to indicate that ftd is actually resuming anything when the torrent is re-added so therefore I closed it down prematurely when trying this before. Patience seems to be the key (as so many times before)...
Hopefully Excito is working to improve ftd so it won't be necessary to restart very often in the future?
/juicer
yes, that worked well after a while. There's nothing to indicate that ftd is actually resuming anything when the torrent is re-added so therefore I closed it down prematurely when trying this before. Patience seems to be the key (as so many times before)...

Hopefully Excito is working to improve ftd so it won't be necessary to restart very often in the future?
/juicer
-
- Posts: 117
- Joined: 01 Feb 2007, 09:33
- Location: Paris, France
You could try my tiny little hack. It shows differents colors according to the download's state.
It also can add or restore torrents from a folder. Quite handy after a crash... Read this post for explanations and installation procedure.
It also can add or restore torrents from a folder. Quite handy after a crash... Read this post for explanations and installation procedure.
Hi,
Regarding ftd. It is our top priority to get this more stable. The big problem we face is that we have a hard time to reproduce these crashes. So any pointers there are deeply appreciated
The next version of ftd will also include resume downloads on restart and the feature to download torrents written to a specific directory.
/Tor
Regarding ftd. It is our top priority to get this more stable. The big problem we face is that we have a hard time to reproduce these crashes. So any pointers there are deeply appreciated

The next version of ftd will also include resume downloads on restart and the feature to download torrents written to a specific directory.
/Tor
Co-founder OpenProducts and Ex Excito Developer
Hello,
great to hear that you are working on this issue, Tor. For me, the ftd crashes have always come when downloading more than one torrent. Sometimes randomly in the middle of downloading and sometimes when one of the torrents was cleared. The downloaded files were for the most part pretty large.
bubbalibre, I've installed your hack and will try it out - thanks!
/juicer
great to hear that you are working on this issue, Tor. For me, the ftd crashes have always come when downloading more than one torrent. Sometimes randomly in the middle of downloading and sometimes when one of the torrents was cleared. The downloaded files were for the most part pretty large.
bubbalibre, I've installed your hack and will try it out - thanks!
/juicer
Great ! For your information, my problems relating to FTD crashes are caused by having an existing torrent file saved in the download directory which is also currently downloading or seeding. When I save a new torrent file into that directory and try to 'Add from directory' then FTD will crash.tor wrote:Hi,
The next version of ftd will also include resume downloads on restart and the feature to download torrents written to a specific directory.
/Tor
My workaround is to make sure that the directory containing the torrents is empty when attempting to add new torrents whilst others are currently downloading.
Hi Clive,
This probably explains why things crash in your case. You can't add the same torrent twice in ftd, its not designed for this. We always make sure when adding a new download that it's not an existing one.This must somehow fail, but i cant really understand why, when using the load from directory hack.
/Tor
This probably explains why things crash in your case. You can't add the same torrent twice in ftd, its not designed for this. We always make sure when adding a new download that it's not an existing one.This must somehow fail, but i cant really understand why, when using the load from directory hack.
/Tor
Co-founder OpenProducts and Ex Excito Developer
Hi Tor,
This is something that changed after the last update. Before if I had the directory full of old torrents, added a new one and clicked 'Add from directory' it would briefly display all the duplicate torrents and then remove them leaving only the new ones.
After the update it will now display all the old torrents and then FTD will crash.
No real problem now that I've figured out how to avoid it (ie. make sure to keep my torrent file download directory empty after uploading new torrents.
//Clive.
This is something that changed after the last update. Before if I had the directory full of old torrents, added a new one and clicked 'Add from directory' it would briefly display all the duplicate torrents and then remove them leaving only the new ones.
After the update it will now display all the old torrents and then FTD will crash.
No real problem now that I've figured out how to avoid it (ie. make sure to keep my torrent file download directory empty after uploading new torrents.
//Clive.
-
- Posts: 117
- Joined: 01 Feb 2007, 09:33
- Location: Paris, France