Deluge 1.0.5 Released

Suggestions and discussion of future versions
andar
Top Bloke
Top Bloke
Posts: 1050
Joined: Fri Jun 08, 2007 8:38 pm
Location: Victoria, BC
Contact:

Re: Deluge 1.0.5 Released

Post by andar »

Nezmer wrote:It would be great If I can rename files to be downloaded (especially before adding the torrent) .
It's useful to fix mislabeled torrents and to avoid character-encoding incompatibilities .

Should I file a feature-request ?
No, it's already been added to trunk.
mariusn
New User
New User
Posts: 4
Joined: Mon Nov 10, 2008 1:34 pm

Re: Deluge 1.0.5 Released

Post by mariusn »

cbrigstocke wrote:Are you sure you had a torrent highlighted when you clicked on the tabs?
Yes! Of course I had a torrent highlighted... and I tried many times... thinking that maybe was a glitch or something... but no... there's nothing in those tabs... Come on man, I have a background of 10 years in computers... I know my sh*t :geek:

Here are some shots with Deluge 1.0.5 (the package is from the Deluge website, not from getdeb or other sources) on Ubuntu 8.10 x64 ....
Attachments
Screenshot-3.png
Screenshot-3.png (57.47 KiB) Viewed 6848 times
Screenshot-2.png
Screenshot-2.png (45.79 KiB) Viewed 6853 times
Screenshot-1.png
Screenshot-1.png (44.93 KiB) Viewed 6851 times
mariusn
New User
New User
Posts: 4
Joined: Mon Nov 10, 2008 1:34 pm

Re: Deluge 1.0.5 Released

Post by mariusn »

I've removed (including configuration files) the package "deluge-torrent_1.0.5-1_amd64.intrepid.deb" and I've installed a new one from getdeb...

Guess what? Everything works perfect now... I have Peers, Statistics, and access to files :twisted:

So it's something with the packaging for Ubuntu.... you guys better fix that :) because maybe there are others with the same problem :mrgreen:

Best regards!
andar
Top Bloke
Top Bloke
Posts: 1050
Joined: Fri Jun 08, 2007 8:38 pm
Location: Victoria, BC
Contact:

Re: Deluge 1.0.5 Released

Post by andar »

mariusn wrote:
cbrigstocke wrote:Are you sure you had a torrent highlighted when you clicked on the tabs?
Yes! Of course I had a torrent highlighted... and I tried many times... thinking that maybe was a glitch or something... but no... there's nothing in those tabs... Come on man, I have a background of 10 years in computers... I know my sh*t :geek:

Here are some shots with Deluge 1.0.5 (the package is from the Deluge website, not from getdeb or other sources) on Ubuntu 8.10 x64 ....
Check the logs for errors
Nezmer
Member
Member
Posts: 12
Joined: Sun Nov 02, 2008 11:56 am

Re: Deluge 1.0.5 Released

Post by Nezmer »

andar wrote:
Nezmer wrote:It would be great If I can rename files to be downloaded (especially before adding the torrent) .
It's useful to fix mislabeled torrents and to avoid character-encoding incompatibilities .

Should I file a feature-request ?
No, it's already been added to trunk.
Good news.

Deluge is my favourite client now .

The only item remaining in my wishlist is to have an alternative method for 'full allocation' . Using sparse files may cause fragmentation .

I personally use XFS partitions for downloading . XFS has its own alternative allocation method (allocation without writing 1's) . Having the choice to use that method would be great but this solution wouldn't serve all users .

What would be a good (but dirty) solution for all users is to have the choice to use 'real' full allocation (Writing 1's to allocate the size needed) .

Is it hard to implement a third allocation method so we have :
1- Compact allocation .
2- Full allocation (sparse) .
3- Full allocation (real) .
English is not my native language .
mvoncken
Developer
Developer
Posts: 225
Joined: Mon Sep 03, 2007 9:38 pm

Re: Deluge 1.0.5 Released

Post by mvoncken »

Nezmer wrote: The only item remaining in my wishlist is to have an alternative method for 'full allocation' . Using sparse files may cause fragmentation .

I personally use XFS partitions for downloading . XFS has its own alternative allocation method (allocation without writing 1's) . Having the choice to use that method would be great but this solution wouldn't serve all users .

What would be a good (but dirty) solution for all users is to have the choice to use 'real' full allocation (Writing 1's to allocate the size needed) .

Is it hard to implement a third allocation method so we have :
1- Compact allocation .
2- Full allocation (sparse) .
3- Full allocation (real) .
We already use sparse files : http://dev.deluge-torrent.org/wiki/Faq# ... allocation
dev: webui, core, labels | irc:vonck7 |
loki
Moderator
Moderator
Posts: 787
Joined: Tue Dec 04, 2007 3:27 pm
Location: MI, USA

Re: Deluge 1.0.5 Released

Post by loki »

They were suggesting we could have alternate full allocation, an option to have real data (filled with 1's), not sparse.
andar
Top Bloke
Top Bloke
Posts: 1050
Joined: Fri Jun 08, 2007 8:38 pm
Location: Victoria, BC
Contact:

Re: Deluge 1.0.5 Released

Post by andar »

It could be done as libtorrent does facilitate this, we just never felt that option was necessary since sparse files are better in pretty much all ways. I could add it, but I likely won't do so until 1.2.
Nezmer
Member
Member
Posts: 12
Joined: Sun Nov 02, 2008 11:56 am

Re: Deluge 1.0.5 Released

Post by Nezmer »

andar wrote: we just never felt that option was necessary since sparse files are better in pretty much all ways.
Well , Using sparse files used to be a cool idea . But new techniques were implemented in filesystems to overcome the disadvantages(1) of using sparse files . Ext4 will follow the path XFS started by implementing 'Persistent pre-allocation' and 'Delayed allocation'(2)(3) .

What I'm hoping for is that Deluge's (or libtorrent's) code is flexible enough to make it easy including those techniques in the future .

(1) http://en.wikipedia.org/wiki/Sparse_file#Disadvantages
(2) http://en.wikipedia.org/wiki/Ext4#Persi ... allocation
(3) http://en.wikipedia.org/wiki/Delayed_allocation
English is not my native language .
jivaros
New User
New User
Posts: 5
Joined: Sat Nov 15, 2008 10:54 pm

Re: Deluge 1.0.5 Released

Post by jivaros »

I still have a problem with the 1.0.5 version, which is related in this thread :
http://forum.deluge-torrent.org/viewtop ... &sk=t&sd=a

(deluge crashes with french language). However, this might be a distro specific problem.
Post Reply