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

Post by Cros »

Hi Bubbalibre!

Thanks for the answer, but I guess I wasn't clear, sorry: I can't find the killall application.

Cheers!
Ubi
Posts: 1549
Joined: 17 Jul 2007, 09:01

Post by Ubi »

for i in `ps auxw | grep ftd | cut -c 10-14`; do kill -9 $i; done

do not use the killall5 command
bubbalibre
Posts: 117
Joined: 01 Feb 2007, 09:33
Location: Paris, France

Post by bubbalibre »

The killall command should be in /usr/bin, therefore you can call it from anywhere.

Regards,
TheKnugen
Posts: 10
Joined: 12 Mar 2007, 08:00
Location: Gothenburg, Sweden

Post by TheKnugen »

Hi,
Same thing for me:
  • bubba:/usr/bin# killall
    bash: killall: command not found
//Kalle
bubbalibre
Posts: 117
Joined: 01 Feb 2007, 09:33
Location: Paris, France

Post by bubbalibre »

Hi guys,

You're right, it may not be installed by default.

killall is part of the package psmisc.

I guess I got it by installing mysql-server.

Regards,
Cros
Posts: 12
Joined: 03 Aug 2007, 02:47
Location: Göteborg, Sweden

Post by Cros »

Thanks bubbalibre! :D
estorino
Posts: 26
Joined: 25 Aug 2007, 06:44
Location: Utrecht, The Netherlands

Post by estorino »

If someone would like to reproduce a crashing ftd like mine just did:

I downloaded the Ubuntu 7.04 torrent through this link:
http://torrent.ubuntu.com:6969/file?inf ... %0Cq%AA%F5

I placed the resulting .torrent file in my homedir -> /home/username/ubuntu.torrent (renamed the .torrent file for easier typing)

I logged in to the webinterface using the same username as where I stored the torrent file

Added a download referring to /home/username/ubuntu.torrent and pressing 'add' -> ftd crash!

restarting ftd restored my access to the webinterface, which froze like others experienced too...

Edit: fixed it! It was my own stupid fault: I forwarded ports 10000 through 14000* to bubba in my router** and that fixed it...

* ftd listens to ports 10000-14000 by default...

** the linksys wrt54gl (open source) modded with the 3rd party 'tomato' firmware is the perfect open source companion to bubba imho :)
Locked