ithungto / rutorrent

Automatically exported from code.google.com/p/rutorrent
0 stars 0 forks source link

createtorrent plugin issue #69

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When I've want to create torrent for file above 2GB the file is not listed
in dropbox.
2048MB you can see normal.

my configuration
arch linux
kernel 2.6.30
apache 2.2.13
php 5.3.0
rtorrent 0.8.5
libtorrent 0.12.5
rutorrent lastes version from svn
xmlrpc advanced lastes version from svn

i don't have warnings in apache access log or error log

Original issue reported on code.google.com by f1r3st4r...@gmail.com on 10 Sep 2009 at 10:57

GoogleCodeExporter commented 9 years ago
for large torrents you should download and install createtorrent or 
transmissioncli
and modify plugins/create/conf.php accordingly

Original comment by Wonslung@gmail.com on 10 Sep 2009 at 11:07

GoogleCodeExporter commented 9 years ago
create torrent don't show files above 2GB

http://img43.imageshack.us/img43/8905/20090911083650.png
http://img196.imageshack.us/img196/4296/20090911083740.png

Original comment by f1r3st4r...@gmail.com on 11 Sep 2009 at 6:38

GoogleCodeExporter commented 9 years ago
you can see in rutorrent
head -c 2047M /dev/sero >> file

you can't see in rutorrent
head -c 2048M /dev/sero >> file

no errors in apache

Original comment by f1r3st4r...@gmail.com on 11 Sep 2009 at 6:40

GoogleCodeExporter commented 9 years ago
This is a php restriction - php cant't work with files > 2G. To avoid this you 
can
1) Install external program (see comment 1)
2) If you wish to create multifile torrent - all ok. Files > 2G doesn't listed 
in
directory contents, but its will be placed to torrent.
2) If you wish to create singlefile torrent from file > 2G you need to specify 
it
name manually in "select source" edit.

Original comment by novik65 on 11 Sep 2009 at 7:38