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 !

Download service stop working

Got problems with Bubba? Then this forum is for you.
Locked
efiggy
Posts: 26
Joined: 21 Aug 2007, 06:38

Download service stop working

Post by efiggy »

Hi there,

After installing ntfs-3g which automatically install libc6, my download service stop working. During installation of ntfs-3g I noticed the libc6 reconfiguration. I just accepted all the defaults and then after that my problem started.

I did apt-get --reinstall install ftd and the bubba packages. I even deleted the torrent folders on all users but still the same. I restarted the services via the web-admin and command line and still did not help.

Below is my daemon log.

Aug 10 00:06:01 bubba ftd: Caught exception waiting for message: [Unable to read message: Interrupted system call]
Aug 10 00:06:01 bubba ftd: shutting down
Aug 10 00:06:01 bubba ftd: terminating
Aug 10 00:06:03 bubba ftd: Initializing curl
Aug 10 00:06:03 bubba ftd: TorrentDownloadManager starting up

My ps -elf | grep -i ftd reveals.

1 S root 13291 1 0 76 0 - 10655 msgrcv Aug09 ? 00:00:00 /usr/sbin/ftd.bin
1 S root 13999 1 0 76 0 - 10655 msgrcv Aug09 ? 00:00:00 /usr/sbin/ftd.bin
1 S root 14088 1 0 76 0 - 10655 msgrcv Aug09 ? 00:00:00 /usr/sbin/ftd.bin
1 S root 14172 1 0 76 0 - 10655 msgrcv Aug09 ? 00:00:00 /usr/sbin/ftd.bin
1 S root 26681 1 0 82 0 - 10655 msgrcv 00:06 ? 00:00:00 /usr/sbin/ftd.bin

Can somebody give me tips on how to fix my problem.

Thanks,

Efiggy
carl
Posts: 474
Joined: 07 May 2008, 04:41

Post by carl »

The problem is probably that ftd was compiled against an older version of libc6. You could try to downgrade libc6 (shipped version is 2.3.2.ds1-22sarge4).
/Carl Fürstenberg, Excito Software Developer
http://www.excito.com
support@excito.com
efiggy
Posts: 26
Joined: 21 Aug 2007, 06:38

Post by efiggy »

Thanks for the reply. Would you mind telling me the commands to downgrade or the howto downgrade libc6.

I have tried the commands;

#apt-get install libc6=2.3.2.ds1-22sarge4
Reading Package Lists... Done
Building Dependency Tree... Done
E: Version '2.3.2.ds1-22sarge4' for 'libc6' was not found


Efiggy
Locked