Page 1 of 1

deluge 1.1.9 goes blank (torrents get removed) and no log!

Posted: Thu Aug 20, 2009 8:58 pm
by graysky
Running Deluge 1.1.9 on Arch-x86 and periodically my GUI just goes blank. Whatever progress my downloads/updates have made seems to get wiped out and my only option is to force quiet the Deluge and reload it. I would love to see a log file, by my ~/.config/deluge.log is a 0-byte file. If I start deluge w/ the logging option enabled ($ deluge -l deluge.log) it too creates a 0-byte file that stays empty.

Thoughts are welcomed :)

Re: deluge 1.1.9 goes blank (torrents get removed) and no log!

Posted: Thu Aug 20, 2009 11:46 pm
by johnnyg
could you run it with debug logging enabled? http://dev.deluge-torrent.org/wiki/Faq# ... ingenabled

Re: deluge 1.1.9 goes blank (torrents get removed) and no log!

Posted: Fri Aug 21, 2009 7:31 am
by graysky
Tried it... same thing: 0-byte file. I have deluge setup to run in classic mode, but I switched out of that and attempt the daemon mode as described in the FAQ link you posted. I know the permissions are fine:

Code: Select all

# chmod -R 700 /home/username && chown -R username:groupname /home/username
Any other reasons why it would refuse to write a log file?

Re: deluge 1.1.9 goes blank (torrents get removed) and no log!

Posted: Fri Aug 21, 2009 7:35 am
by johnnyg
so you tried

Code: Select all

deluge -L debug -l deluge.log
and

Code: Select all

deluged -L debug -l deluged.log
?

I don't see how those can be 0-byte unless it's immediately crashing...

Re: deluge 1.1.9 goes blank (torrents get removed) and no log!

Posted: Fri Aug 21, 2009 6:55 pm
by graysky
I tried:

Code: Select all

$ deluge -l deluge.log

Code: Select all

$ deluged -d -L deluge.log
The syntax you suggested worked, I'm now logging and hope to see the error and post the log.