Page 12 of 29
Re: 1.0.0_RC3 (0.9.03) Released
Posted: Mon Jul 28, 2008 10:26 pm
by devil81
Hi:
I was wondering if you could help me but I recently moved over from Vista to Mandriva 2008 and downloaded the latest deluge source but for the life of me cannot work out how to compile it, driving me nuts
Could you please help me out.
Thanks in advance
Re: 1.0.0_RC3 (0.9.03) Released
Posted: Tue Jul 29, 2008 12:10 am
by andar
Major_Kong wrote:My os (ubuntu 8.10) crashed, after reboot, deluge was wipped of torrents.
Deluge saves the session state every 5 minutes and after adding a new torrent. It could be that your OS did not flush this data to disk prior to crashing?
Re: 1.0.0_RC3 (0.9.03) Released
Posted: Tue Jul 29, 2008 3:03 am
by Major_Kong
andar wrote:Major_Kong wrote:My os (ubuntu 8.10) crashed, after reboot, deluge was wipped of torrents.
Deluge saves the session state every 5 minutes and after adding a new torrent. It could be that your OS did not flush this data to disk prior to crashing?
Doubtfull, i added the torrents a day or two before this.
Re: 1.0.0_RC3 (0.9.03) Released
Posted: Tue Jul 29, 2008 3:16 am
by griliard
abubin wrote:
Hmm...1.0 deluge still need xserver to run? I through the main advantage of 1.0 is running it in daemon mode without xserver. I think you need to specify some options in deluged (to run in daemon mode). Try "deluge --help".
If it still need to run in xserver, then you can use "screen" utility to run your deluged. You can learn more about screen in here.
http://www.rackaid.com/resources/linux- ... ng-screen/
or ask uncle google yourself.
I ran deluged in daemon mode(no options) as well as in non-daemon mode(-d) with screen while testing. The error message in my last post came from a screen session. Even if I detach the screen session, when i close the terminal on my desktop, deluged is killed. That is why I posted.
Re: 1.0.0_RC3 (0.9.03) Released
Posted: Tue Jul 29, 2008 3:26 am
by andar
Others have reported this issue but I have been unable to reproduce. I suspect that it happens when you use X forwarding, ie, ssh -X <host>. Can you confirm/deny this? I'll do some more testing and try to figure out why it's doing this.
Re: 1.0.0_RC3 (0.9.03) Released
Posted: Tue Jul 29, 2008 3:48 am
by griliard
andar wrote:Others have reported this issue but I have been unable to reproduce. I suspect that it happens when you use X forwarding, ie, ssh -X <host>. Can you confirm/deny this? I'll do some more testing and try to figure out why it's doing this.
Yep, I was using X forwarding. Unfortunately, my desktop is on the fritz so I can't do more testing. (I'm using my server--old laptop--to post this.)
Re: 1.0.0_RC3 (0.9.03) Released
Posted: Tue Jul 29, 2008 4:24 am
by andar
griliard wrote:andar wrote:Others have reported this issue but I have been unable to reproduce. I suspect that it happens when you use X forwarding, ie, ssh -X <host>. Can you confirm/deny this? I'll do some more testing and try to figure out why it's doing this.
Yep, I was using X forwarding. Unfortunately, my desktop is on the fritz so I can't do more testing. (I'm using my server--old laptop--to post this.)
No worries. I believe I have fixed the problem in svn. It was caused by an import of the gnome library to connect to it's 'die' signal. This isn't really necessary in the daemon, so it was removed and it should no longer attach the X.
This fix will be in RC5.
Re: 1.0.0_RC3 (0.9.03) Released
Posted: Tue Jul 29, 2008 5:38 am
by negge
* Fix the view options to be persistent between sessions
Does this mean that Deluge finally remembers the width of my columns and even more importantly the height of the details and files pane on at the bottom? If so I can't wait to try it out, that's the main thing that's been bugging me.
Re: 1.0.0_RC3 (0.9.03) Released
Posted: Tue Jul 29, 2008 7:49 am
by Tares
hello,
I'm testing the RC3 for a few days now. Looks and works great for me, webui isnt finally crashing after adding torrents, also I can browse my downloads through my mobile@wifi

Anyway I've spotted CPU "spikes" on my machine (E6550@2,8GHz) when I'm downloading torrents. It's working fine with seeding, but when I add more torrents for download, the "spikes" are becoming more frequent and longer... so I cant even call them spikes

Hope it helps with solving the issue ^^;
Re: 1.0.0_RC3 (0.9.03) Released
Posted: Tue Jul 29, 2008 8:02 am
by andar
negge wrote:* Fix the view options to be persistent between sessions
Does this mean that Deluge finally remembers the width of my columns and even more importantly the height of the details and files pane on at the bottom? If so I can't wait to try it out, that's the main thing that's been bugging me.
I'm confused. Has this not been working in the RCs?