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

Got problems with Bubba? Then this forum is for you.
bubbalibre
Posts: 117
Joined: 01 Feb 2007, 09:33
Location: Paris, France

Other troubles with ftd

Post by bubbalibre »

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 ?
TheEagleCD
Posts: 46
Joined: 27 Feb 2007, 16:44
Location: Austria
Contact:

Post by TheEagleCD »

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.
Bubba, I'm lovin' it
bubbalibre
Posts: 117
Joined: 01 Feb 2007, 09:33
Location: Paris, France

Post by bubbalibre »

Hi TheEagleCD,

You don't have to reboot ! First check if ftd is still running :

Code: Select all

ps aux | grep ftd
If it's indeed running, kill it :

Code: Select all

killall ftd
At this point the interface should work again. Restart ftd :

Code: Select all

/etc/init.d/ftd start
Enjoy !
TheEagleCD
Posts: 46
Joined: 27 Feb 2007, 16:44
Location: Austria
Contact:

Post by TheEagleCD »

Thanks for the advice! :)
Bubba, I'm lovin' it
juicer
Posts: 23
Joined: 23 Jan 2007, 10:16

Post by juicer »

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?
bubbalibre
Posts: 117
Joined: 01 Feb 2007, 09:33
Location: Paris, France

Post by bubbalibre »

Hi juicer,
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.
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.

Regards,
juicer
Posts: 23
Joined: 23 Jan 2007, 10:16

Post by juicer »

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
bubbalibre
Posts: 117
Joined: 01 Feb 2007, 09:33
Location: Paris, France

Post by bubbalibre »

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.
tor
Posts: 703
Joined: 06 Dec 2006, 12:24
Contact:

Post by tor »

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
Co-founder OpenProducts and Ex Excito Developer
juicer
Posts: 23
Joined: 23 Jan 2007, 10:16

Post by juicer »

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
Clive
Posts: 164
Joined: 07 Mar 2007, 07:15

Post by Clive »

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
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.

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.
tor
Posts: 703
Joined: 06 Dec 2006, 12:24
Contact:

Post by tor »

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
Co-founder OpenProducts and Ex Excito Developer
Clive
Posts: 164
Joined: 07 Mar 2007, 07:15

Post by Clive »

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.
Cros
Posts: 12
Joined: 03 Aug 2007, 02:47
Location: Göteborg, Sweden

Post by Cros »

Hi!

When I try to do killall ftd the shell reports not finding the application. I can't find it in /bin and I can't install it via apt-get. Where can I get it?

Cheers!
bubbalibre
Posts: 117
Joined: 01 Feb 2007, 09:33
Location: Paris, France

Post by bubbalibre »

Hi Cros,

ftd is part of the 'bubba' package. It's located in /usr/sbin

Best regards,
Locked