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 !

Web interface freezes

Got problems with Bubba? Then this forum is for you.
Locked
gonvaled
Posts: 1
Joined: 05 Oct 2007, 15:00

Web interface freezes

Post by gonvaled »

In some situations (after changing the upload/download rate, for example) the web interface freezes. When clicking in any of the links (say "Home") the progress bar in Firefox moves nearly until the end, but then it freezes.

Bubba is still running. I can log in through ssh. I have found that restarting apache2 solves the problem. I have tried other things (like restarting networking), but nothing seems to help except restarting apache.

I have also noticed that while in the "freeze situation", apache does not write to the access.log

I have version "Ver: 0.50.1-1"
GaryL
Posts: 87
Joined: 04 Sep 2007, 17:40
Location: Northern Ireland

Post by GaryL »

Sounds like ftd has crashed.

ssh in, su root and do the following
bubbalibre wrote: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 !
Hammer
Posts: 124
Joined: 02 Oct 2007, 13:37

Post by Hammer »

Same problem here, occurred on deleting third or fourth download in download manager.

Next problem is that killall is not a recognized command in my bubba.

I don't want to reboot, Bubba is on UPS.

:-(
bubbalibre
Posts: 117
Joined: 01 Feb 2007, 09:33
Location: Paris, France

Post by bubbalibre »

Hi Hammer,

Sorry, I keep forgeting that killall isn't installed by default.

It's part of the psmisc package. In order to install it, type as root:

Code: Select all

apt-get install psmisc
Regards
Locked