Page 1 of 1
Can' start filetransferdaemon
Posted: 29 Dec 2011, 18:28
by steff2000
Hi,
The downlod service on my bubba3 does not work anymore. I tried to (re)start it but no success:
Code: Select all
root@b3://etc# init.d/filetransferdaemon restart
Restarting File Transfer Daemon: ftdterminate called after throwing an instance of 'std::runtime_error'
what(): Failed to stat config file
Aborted
failed!
Any ideas which config file is meant?
steff
Re: Can' start filetransferdaemon
Posted: 30 Dec 2011, 07:45
by 6feet5
Hi,
Probably '/etc/ftd/ftdconfig.ini'.
/Johan
Re: Can' start filetransferdaemon
Posted: 30 Dec 2011, 08:27
by steff2000
Thanx for your response - but i do not even have a ftd folder

.
I will create an empty one to see what happens.
regards
steff
Re: Can' start filetransferdaemon
Posted: 30 Dec 2011, 08:42
by steff2000
An empty one does lead to the same result

. Would be great if someone could post some valid content for the fdtconfig.ini

.
Thanx in advance
steff
Re: Can' start filetransferdaemon
Posted: 30 Dec 2011, 08:53
by 6feet5
This is from my B3
Code: Select all
[general]
downloaddir=downloads
loglevel=5
statedir=/etc/ftd
proxyip=
proxyport=0
proxylogin=
proxypassword=
phpsession=/var/lib/php5/sess_
[torrent]
maxdownload=-1
maxupload=-1
listenportstart=10000
listenportend=14000
torrentdir=torrents
resumepath=torrents/.resumedata
dhtsupport=false
metadatasupport=true
peerexchangesupport=true
maxuploads=8
maxhalfopenconnections=-1
Re: Can' start filetransferdaemon
Posted: 30 Dec 2011, 09:01
by steff2000
Sorry, gave the wrong name to ftdconfig (fdtconfig).
TorrentDownloadManager started:
Code: Select all
Dec 30 14:48:20 b3 ftd: Initializing curl
Dec 30 14:48:20 b3 ftd: TorrentDownloadManager starting up
Thank you Johan for the content, but even an empty file helped!
cheers
steff