btqueue-users Mailing List for BitTorrent Queue Manager (Page 2)
Status: Beta
Brought to you by:
xgie
You can subscribe to this list here.
2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(25) |
Dec
(27) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2005 |
Jan
(11) |
Feb
(16) |
Mar
(3) |
Apr
|
May
(1) |
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(5) |
2006 |
Jan
(1) |
Feb
(1) |
Mar
(4) |
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
2009 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
From: Sugree P. <su...@hp...> - 2005-02-10 04:21:47
|
1. ah... I will compile a doc for all of you. Sorry.. 2. All you have to do is just to call "kill" command via remote mode or as command line 3. Sure. It uses the same encoding with BitTornado like Q00I for 0.0.19 since 'I' is the 16th character in base64 format. Sugree Phatanapherom su...@hp... Gerry wrote: > just few questions and i'm done :D > > 1) How can i get an explanation for the conf parameters? (gget/gset) > > 2) Which is the correct shutdown procedure for BtQueue daemon? killall > btqueue.py is right or i risk to create ghosts on tracker? > > 3) checked with some tracker: it doesn't report client software name (eg. > azureus/bitcomet/..). Can i add it? > > Many thanks! > > > |
From: Doruk F. <df...@fi...> - 2005-02-09 15:25:07
|
Hi, Wed, 19 Jan 2005 20:22:26 -0800 (PST) tarihinde Gie <su...@hp...> soyle yazdi: > Finally, I have found the problem of BitTornado 0.3.9b. It will cancel > requests that are not being responsed within snub time. After that it > will choke itself. It is so hard to get unchoke from other peers at this > point. > I just commented this code and BTQueue backs to the fastest client right > now. I will release it as 0.0.19 very soon. Oops I froze again :-( I tried using the cvs version (just checked out a few hours ago). Doruk -- FISEK INSTITUTE - http://www.fisek.org |
From: Doruk F. <df...@fi...> - 2005-02-09 14:03:14
|
Hi, SP> Both download rate and upload rate use the same scheme. At startup time SP> all torrents are set limit to its maximum value. After next schedule, SP> current rate of all active torrents are summarized. Max rate of each SP> torrent will be decreased by 5 KB/s one by one until total rate doesn't SP> exceed the limit in decending order. ... SP> The average error margin should be around 5 KB/s per torrent. Why is 5 KB/s magical? Is it somehow adjustable, sacrificing something else? On slow DSL lines (which are async), the total margin could be too high. Doruk -- FISEK INSTITUTE - http://www.fisek.org |
From: Gerry <ml...@ge...> - 2005-02-08 18:12:41
|
just few questions and i'm done :D 1) How can i get an explanation for the conf parameters? (gget/gset) 2) Which is the correct shutdown procedure for BtQueue daemon? killall btqueue.py is right or i risk to create ghosts on tracker? 3) checked with some tracker: it doesn't report client software name (eg. azureus/bitcomet/..). Can i add it? Many thanks! -- Gerry@home, msg privati (private msg): http://www.gerry.it/serve/mail/ Misura con un micrometro. Segna con un gessetto. Taglia con un'ascia. (Regola Di Ray Sulla Precisione) http://www.gerry.it/ - http://spakkomatto.com/ http://members.xoom.it/ifmu2/ - http://www.iscf.info/ |
From: Sugree P. <su...@hp...> - 2005-02-04 17:23:50
|
It is possible. You can call it either passing each command as argument or redirecting standard out. For example, ------------------- #!/bin/sh btqueue.py add http://www.bittorrent.com/bt.torrent btqueue.py pause 1 btqueue.py resume 2 ------------------- Or, $ btqueue.py < script.txt ------- script.txt ------- add http://www.bittorrent.com/bt.torrent pause 1 resume 2 quit -------------------------- Sugree Phatanapherom su...@hp... Gerry wrote: > I've upgraded python to 2.3, it works! :) > > My aim was running btqueue as a daemon, creating some shell scripts to send > command about loading & unloading torrents. > > Is it possible? Btqueue remote is an interactive shell to the daemon, while > i'd like to run it by non interactive commands. > > The idea is to manually submit torrents file, share actively 4 torrents, > then replace them when they've reached a good share ratio if there are > others torrents in queue. > |
From: Gerry <ml...@ge...> - 2005-02-03 19:04:32
|
I've upgraded python to 2.3, it works! :) My aim was running btqueue as a daemon, creating some shell scripts to send command about loading & unloading torrents. Is it possible? Btqueue remote is an interactive shell to the daemon, while i'd like to run it by non interactive commands. The idea is to manually submit torrents file, share actively 4 torrents, then replace them when they've reached a good share ratio if there are others torrents in queue. -- Gerry@home, msg privati (private msg): http://www.gerry.it/serve/mail/ work like you don't need the money, love like you've never been hurt and dance like no one is watching (Bono) http://www.gerry.it/ - http://spakkomatto.com/ http://members.xoom.it/ifmu2/ - http://www.iscf.info/ |
From: Sugree P. <su...@hp...> - 2005-02-02 04:57:15
|
Oops! You are using too old python. It seems StringTypes only available in python 2.2 and later. Is it possible to upgrade python? By the way, I will catch this problem in next version to make it compatible with python 2.1. Sugree Phatanapherom su...@hp... Gerry wrote: > Hi guys, i'm trying to user your software but i can't start it > he says: > > bt@glie:~/btqueue$ ./btqueue.py scheduler > Traceback (most recent call last): > File "./btqueue.py", line 11, in ? > from BitQueue.optparse import OptionParser > File "./BitQueue/__init__.py", line 8, in ? > from types import StringType,StringTypes > ImportError: cannot import name StringTypes > > I think i miss some lib, but i don't know Python at all, so i'm not sure. > Python is 2.1.3, should i upgrade to a newer version? > |
From: Gerry <ml...@ge...> - 2005-02-01 19:03:09
|
Hi guys, i'm trying to user your software but i can't start it he says: bt@glie:~/btqueue$ ./btqueue.py scheduler Traceback (most recent call last): File "./btqueue.py", line 11, in ? from BitQueue.optparse import OptionParser File "./BitQueue/__init__.py", line 8, in ? from types import StringType,StringTypes ImportError: cannot import name StringTypes I think i miss some lib, but i don't know Python at all, so i'm not sure. Python is 2.1.3, should i upgrade to a newer version?=20 --=20 Gerry@home, msg privati (private msg): http://www.gerry.it/serve/mail/ Tutti nella vita hanno la stessa quantit=E0 di ghiaccio. Per=F2 il ricco=20 d=B4estate e il povero d=B4inverno. (Bat Masterson) http://www.gerry.it/ - http://spakkomatto.com/=20 http://members.xoom.it/ifmu2/ - http://www.iscf.info/ |
From: Gerry <new...@ge...> - 2005-02-01 19:00:17
|
Hi guys, i'm trying to user your software but i can't start it he says: bt@glie:~/btqueue$ ./btqueue.py scheduler Traceback (most recent call last): File "./btqueue.py", line 11, in ? from BitQueue.optparse import OptionParser File "./BitQueue/__init__.py", line 8, in ? from types import StringType,StringTypes ImportError: cannot import name StringTypes I think i miss some lib, but i don't know Python at all, so i'm not sure. Python is 2.1.3, should i upgrade to a newer version?=20 --=20 Gerry@home, msg privati (private msg): http://www.gerry.it/serve/mail/ Tutti nella vita hanno la stessa quantit=E0 di ghiaccio. Per=F2 il ricco=20 d=B4estate e il povero d=B4inverno. (Bat Masterson) http://www.gerry.it/ - http://spakkomatto.com/=20 http://members.xoom.it/ifmu2/ - http://www.iscf.info/ |
From: Sugree P. <su...@hp...> - 2005-01-31 03:13:26
|
Doruk Fisek wrote: > Hi, > > Has anyone experienced high cpu loads with BTQueue? > > When I am running btqueue.py in daemon mode with 5 active torrents, it > generates 2-3 times more cpu load than running 5 seperate > btdownloadheadless.py processes. It is possible because btqueue.py consists of 4 or 5 threads. Generally, bittornado does not use multithread, instead, all IO are multiplexed. > > BTQueue 0.0.18 (final as I remember) and Bittorrent 3.4.2 running on > Python 2.3.4. > > * * * > > How does BTQueue distribute max_upload_rate among active torrents? I mean > for example when you set up a max 10 kb/s limit and there are 3 downloads, > what does it do? Does it put a 3.3 kb/s limit to each one or first one to > start upload gets the bandwidth as long as 10 kb/s is full? Both download rate and upload rate use the same scheme. At startup time all torrents are set limit to its maximum value. After next schedule, current rate of all active torrents are summarized. Max rate of each torrent will be decreased by 5 KB/s one by one until total rate doesn't exceed the limit in decending order. > > What is / Is there margin of error for upload management at an instant of > time? +-2 kb/s for example? Ah. It depends on how fast you are. In ideal case, all rate will be stablized in just a single adjustment but actually, you might have to wait for 10 minutes so more. The average error margin should be around 5 KB/s per torrent. Sugree Phatanapherom su...@hp... |
From: Doruk F. <df...@fi...> - 2005-01-30 11:03:42
|
Hi, Has anyone experienced high cpu loads with BTQueue? When I am running btqueue.py in daemon mode with 5 active torrents, it generates 2-3 times more cpu load than running 5 seperate btdownloadheadless.py processes. BTQueue 0.0.18 (final as I remember) and Bittorrent 3.4.2 running on Python 2.3.4. * * * How does BTQueue distribute max_upload_rate among active torrents? I mean for example when you set up a max 10 kb/s limit and there are 3 downloads, what does it do? Does it put a 3.3 kb/s limit to each one or first one to start upload gets the bandwidth as long as 10 kb/s is full? What is / Is there margin of error for upload management at an instant of time? +-2 kb/s for example? Doruk -- FISEK INSTITUTE - http://www.fisek.org |
From: Gie <su...@hp...> - 2005-01-22 17:43:24
|
<html><head><base href="http://btqueue.blogspot.com"></head><body bgcolor="white" text="black"> I have found a project namely <a href="http://sourceforge.net/projects/phpbtque/">phpbtque</a> at sourceforge. It is a Web interface to control BTQueue BitTorrent client. Written in PHP. Requires web server which understands PHP, and BTQueue BitTorrent client. <br /><br />--<br><font color="gray" size="2">Posted by Gie to <a href="http://btqueue.blogspot.com/2005/01/phpbtqueue.html">btqueue</a> at 1/23/2005 12:43:05 AM</font></body></html> |
From: Doruk F. <df...@fi...> - 2005-01-20 08:55:56
|
Hi, Wed, 19 Jan 2005 20:22:26 -0800 (PST) tarihinde Gie <su...@hp...> soyle yazdi: > Finally, I have found the problem of BitTornado 0.3.9b. It will cancel > requests that are not being responsed within snub time. After that it > will choke itself. It is so hard to get unchoke from other peers at this > point. That's great! Doruk -- FISEK INSTITUTE - http://www.fisek.org |
From: Gie <su...@hp...> - 2005-01-20 04:16:39
|
<html><head><base href="http://btqueue.blogspot.com"></head><body bgcolor="white" text="black"> Finally, I have found the problem of BitTornado 0.3.9b. It will cancel requests that are not being responsed within snub time. After that it will choke itself. It is so hard to get unchoke from other peers at this point. <p>I just commented this code and BTQueue backs to the fastest client right now. I will release it as 0.0.19 very soon. <br /><br />--<br><font color="gray" size="2">Posted by Gie to <a href="http://btqueue.blogspot.com/2005/01/fixed-stop-downloading-bug-in-0018.html">btqueue</a> at 1/20/2005 11:16:18 AM</font></body></html> |
From: Gie <su...@hp...> - 2005-01-19 03:39:12
|
<html><head><base href="http://btqueue.blogspot.com"></head><body bgcolor="white" text="black"> <a href="http://userpages.umbc.edu/~hamilton/btclientconfig.html">Tweaking your system to get the most out of BitTorrent</a>: BitTorrent built in the other half of trading you probably learned as a kid: tit-for-tat. That is, if you give me one piece, I'll give you one piece back. BitTorrent will give you a few pieces of the file for free to help you get started, but after that you need to start giving some pieces back if you want to keep downloading. If you don't share, eventually everyone else will stop talking to you. Just like when you were a kid with your toys on the playground. In fact, BitTorrent goes one step futher and actually starts to favor the people who share the most. This means that the more you upload, the faster you'll download. <br /><br />--<br><font color="gray" size="2">Posted by Gie to <a href="http://btqueue.blogspot.com/2005/01/tweaking-your-system-to-get-most-out.html">btqueue</a> at 1/19/2005 10:38:58 AM</font></body></html> |
From: Gie <su...@hp...> - 2005-01-18 03:08:04
|
<html><head><base href="http://btqueue.blogspot.com"></head><body bgcolor="white" text="black"> Since I am encountering firewall problem which does not allow incoming connection, BTQueue looks so slow comparing to firewall which did not allow outgoing connection. To solve this problem, I guessed BT protocol implemented in BitTornado might have done something weird that make it act like that. So, I defined new command named "<b>last_message</b>" for verifying protocol interaction between BTQueue and other peers. In addition, you can set <b>MAX_LAST_MESSAGE</b> using <i>gset</i> command to specify number of messages kept in queue. <br /><br />--<br><font color="gray" size="2">Posted by Gie to <a href="http://btqueue.blogspot.com/2005/01/new-command.html">btqueue</a> at 1/18/2005 10:07:45 AM</font></body></html> |
From: Gie <su...@hp...> - 2005-01-17 06:23:09
|
<html><head><base href="http://btqueue.blogspot.com"></head><body bgcolor="white" text="black"> I found that BT 0.3.9b has a very serious bug. BT will not download as fast as it could through locally initiated connection. It means BT works best with incoming connection rather than outgoing connection made by itself. It turns out that clients behind firewall will be unable to download; however upload works fine here. <p>For the last year, I always ran BT behind firewall which blocks only outgoing connections to standard BT ports but incoming connections work fine. I found that incoming connection is the best condition to make BT as fast as it could even without outgoing connection at all. <br /><br />--<br><font color="gray" size="2">Posted by Gie to <a href="http://btqueue.blogspot.com/2005/01/serious-bug-in-bittornado-039b.html">btqueue</a> at 1/17/2005 01:22:46 PM</font></body></html> |
From: Sugree P. <su...@hp...> - 2005-01-10 17:43:36
|
I have fixed an issue about extending urllib. 0.0.18 should work fine on Python 2.4. Sugree Phatanapherom su...@hp... Doruk Fisek wrote: > Hi, > > I am considering to update my btqueue system to Python 2.4. > > Did anyone ran into any problems when using Btqueue with Python 2.4? > > Doruk > > -- > FISEK INSTITUTE - http://www.fisek.org > > > ------------------------------------------------------- > The SF.Net email is sponsored by: Beat the post-holiday blues > Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. > It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt > _______________________________________________ > btqueue-users mailing list > btq...@li... > https://lists.sourceforge.net/lists/listinfo/btqueue-users > |
From: Stingray <sti...@gm...> - 2005-01-08 12:40:02
|
how do i unsubscribe to this list sugree? have stopped useing torrents totaly.. |
From: Doruk F. <df...@fi...> - 2005-01-08 11:34:22
|
Hi, I am considering to update my btqueue system to Python 2.4. Did anyone ran into any problems when using Btqueue with Python 2.4? Doruk -- FISEK INSTITUTE - http://www.fisek.org |
From: Sugree P. <su...@hp...> - 2004-12-18 01:32:06
|
My plan is to release it within next week. Sugree Phatanapherom su...@hp... Mark McKinstry wrote: > Thanks for the quick response in fixing the problem. > > Is there an expected release date for 0.0.18? > > > Thanks > Mark > > On Fri, 17 Dec 2004, Sugree Phatanapherom wrote: > >> Fixed! >> >> Sugree Phatanapherom >> su...@hp... >> >> Sugree Phatanapherom wrote: >> >>> I see. The problem only occurs in 2.3.4. I'm fixing it right now. >>> >>> Thanks, >>> >>> Sugree Phatanapherom >>> su...@hp... >>> >>> Mark McKinstry wrote: >>> >>>> I am running Python 2.3.4 on FreeBSD 5.3-RELEASE. >>>> >>>> I'll see if I can find some more torrents. >>>> >>>> Just to recap my problem using the torrent I sent you. Instead of >>>> creating ~/incoming/David Blaine Magic Revealed/ and downloading the >>>> two files there, it will download the two files to ~/incoming/ >>>> >>>> >>>> >>>> Thanks >>>> Mark >>>> >>>> On Fri, 17 Dec 2004, Sugree Phatanapherom wrote: >>>> >>>>> Umm... Sorry but it works fine for me with the latest version in >>>>> CVS. However, I never fixed this issue before. Do you have other >>>>> torrent files? I tested it on Python 2.2 bundled with Fedora Core >>>>> 1. What about your environment? It probably involves to different >>>>> version of python. >>>>> >>>>> Sugree Phatanapherom >>>>> su...@hp... >>>>> >>>>> Mark McKinstry wrote: >>>>> >>>>>> Here is a torrent I got from suprnova. Not my usual choice of a >>>>>> torrent but it's small and illustrates the problem :). >>>>>> >>>>>> I've noticed that btqueue won't create directories when there are >>>>>> spaces in the name of the directory. I don't know if thats the >>>>>> problem, just someting I noticed. >>>>>> >>>>>> >>>>>> Thanks >>>>>> Mark >>>>>> >>>>>> On Fri, 17 Dec 2004, Sugree Phatanapherom wrote: >>>>>> >>>>>>> Actually, I never got this problem before. Would you please send >>>>>>> me the sample torrent file? >>>>>>> >>>>>>> Sugree Phatanapherom >>>>>>> su...@hp... >>>>>>> >>>>>>> Mark McKinstry wrote: >>>>>>> >>>>>>>> I found btqueue about a week ago and like it a lot. The only >>>>>>>> problem I have is the same problem someone else had: >>>>>>>> >>>>>>>> http://sourceforge.net/forum/forum.php?thread_id=1170714&forum_id=360659 >>>>>>>> >>>>>>>> btqueue doesn't seem to work with directories. The torrent says >>>>>>>> it should create a directory, usiing BitTornado it does, but >>>>>>>> btqueue doesn't create or use a directory. >>>>>>>> >>>>>>>> Has this been fixed in CVS? Also when is the next release expected? >>>>>>>> >>>>>>>> Thanks for the great software. >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> Mark >>>>>>>> >>>>>>>> >>>>>>>> ------------------------------------------------------- >>>>>>>> SF email is sponsored by - The IT Product Guide >>>>>>>> Read honest & candid reviews on hundreds of IT Products from >>>>>>>> real users. >>>>>>>> Discover which products truly live up to the hype. Start reading >>>>>>>> now. http://productguide.itmanagersjournal.com/ >>>>>>>> _______________________________________________ >>>>>>>> btqueue-users mailing list >>>>>>>> btq...@li... >>>>>>>> https://lists.sourceforge.net/lists/listinfo/btqueue-users >>>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>> >>>>> >>>>> >>>> >>>> >>>> ------------------------------------------------------- >>>> SF email is sponsored by - The IT Product Guide >>>> Read honest & candid reviews on hundreds of IT Products from real >>>> users. >>>> Discover which products truly live up to the hype. Start reading >>>> now. http://productguide.itmanagersjournal.com/ >>>> _______________________________________________ >>>> btqueue-users mailing list >>>> btq...@li... >>>> https://lists.sourceforge.net/lists/listinfo/btqueue-users >>>> >>> >>> >>> ------------------------------------------------------- >>> SF email is sponsored by - The IT Product Guide >>> Read honest & candid reviews on hundreds of IT Products from real users. >>> Discover which products truly live up to the hype. Start reading now. >>> http://productguide.itmanagersjournal.com/ >>> _______________________________________________ >>> btqueue-users mailing list >>> btq...@li... >>> https://lists.sourceforge.net/lists/listinfo/btqueue-users >>> >> >> >> > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://productguide.itmanagersjournal.com/ > _______________________________________________ > btqueue-users mailing list > btq...@li... > https://lists.sourceforge.net/lists/listinfo/btqueue-users > |
From: Mark M. <mmc...@um...> - 2004-12-17 23:16:41
|
Thanks for the quick response in fixing the problem. Is there an expected release date for 0.0.18? Thanks Mark On Fri, 17 Dec 2004, Sugree Phatanapherom wrote: > Fixed! > > Sugree Phatanapherom > su...@hp... > > Sugree Phatanapherom wrote: >> I see. The problem only occurs in 2.3.4. I'm fixing it right now. >> >> Thanks, >> >> Sugree Phatanapherom >> su...@hp... >> >> Mark McKinstry wrote: >> >>> I am running Python 2.3.4 on FreeBSD 5.3-RELEASE. >>> >>> I'll see if I can find some more torrents. >>> >>> Just to recap my problem using the torrent I sent you. Instead of creating >>> ~/incoming/David Blaine Magic Revealed/ and downloading the two files >>> there, it will download the two files to ~/incoming/ >>> >>> >>> >>> Thanks >>> Mark >>> >>> On Fri, 17 Dec 2004, Sugree Phatanapherom wrote: >>> >>>> Umm... Sorry but it works fine for me with the latest version in CVS. >>>> However, I never fixed this issue before. Do you have other torrent >>>> files? I tested it on Python 2.2 bundled with Fedora Core 1. What about >>>> your environment? It probably involves to different version of python. >>>> >>>> Sugree Phatanapherom >>>> su...@hp... >>>> >>>> Mark McKinstry wrote: >>>> >>>>> Here is a torrent I got from suprnova. Not my usual choice of a torrent >>>>> but it's small and illustrates the problem :). >>>>> >>>>> I've noticed that btqueue won't create directories when there are spaces >>>>> in the name of the directory. I don't know if thats the problem, just >>>>> someting I noticed. >>>>> >>>>> >>>>> Thanks >>>>> Mark >>>>> >>>>> On Fri, 17 Dec 2004, Sugree Phatanapherom wrote: >>>>> >>>>>> Actually, I never got this problem before. Would you please send me the >>>>>> sample torrent file? >>>>>> >>>>>> Sugree Phatanapherom >>>>>> su...@hp... >>>>>> >>>>>> Mark McKinstry wrote: >>>>>> >>>>>>> I found btqueue about a week ago and like it a lot. The only problem I >>>>>>> have is the same problem someone else had: >>>>>>> >>>>>>> http://sourceforge.net/forum/forum.php?thread_id=1170714&forum_id=360659 >>>>>>> >>>>>>> btqueue doesn't seem to work with directories. The torrent says it >>>>>>> should create a directory, usiing BitTornado it does, but btqueue >>>>>>> doesn't create or use a directory. >>>>>>> >>>>>>> Has this been fixed in CVS? Also when is the next release expected? >>>>>>> >>>>>>> Thanks for the great software. >>>>>>> >>>>>>> >>>>>>> >>>>>>> Mark >>>>>>> >>>>>>> >>>>>>> ------------------------------------------------------- >>>>>>> SF email is sponsored by - The IT Product Guide >>>>>>> Read honest & candid reviews on hundreds of IT Products from real >>>>>>> users. >>>>>>> Discover which products truly live up to the hype. Start reading now. >>>>>>> http://productguide.itmanagersjournal.com/ >>>>>>> _______________________________________________ >>>>>>> btqueue-users mailing list >>>>>>> btq...@li... >>>>>>> https://lists.sourceforge.net/lists/listinfo/btqueue-users >>>>>>> >>>>>> >>>>>> >>>>>> >>>> >>>> >>>> >>> >>> >>> ------------------------------------------------------- >>> SF email is sponsored by - The IT Product Guide >>> Read honest & candid reviews on hundreds of IT Products from real users. >>> Discover which products truly live up to the hype. Start reading now. >>> http://productguide.itmanagersjournal.com/ >>> _______________________________________________ >>> btqueue-users mailing list >>> btq...@li... >>> https://lists.sourceforge.net/lists/listinfo/btqueue-users >>> >> >> >> ------------------------------------------------------- >> SF email is sponsored by - The IT Product Guide >> Read honest & candid reviews on hundreds of IT Products from real users. >> Discover which products truly live up to the hype. Start reading now. >> http://productguide.itmanagersjournal.com/ >> _______________________________________________ >> btqueue-users mailing list >> btq...@li... >> https://lists.sourceforge.net/lists/listinfo/btqueue-users >> > > > |
From: Sugree P. <su...@hp...> - 2004-12-17 05:29:56
|
Fixed! Sugree Phatanapherom su...@hp... Sugree Phatanapherom wrote: > I see. The problem only occurs in 2.3.4. I'm fixing it right now. > > Thanks, > > Sugree Phatanapherom > su...@hp... > > Mark McKinstry wrote: > >> I am running Python 2.3.4 on FreeBSD 5.3-RELEASE. >> >> I'll see if I can find some more torrents. >> >> Just to recap my problem using the torrent I sent you. Instead of >> creating ~/incoming/David Blaine Magic Revealed/ and downloading the >> two files there, it will download the two files to ~/incoming/ >> >> >> >> Thanks >> Mark >> >> On Fri, 17 Dec 2004, Sugree Phatanapherom wrote: >> >>> Umm... Sorry but it works fine for me with the latest version in CVS. >>> However, I never fixed this issue before. Do you have other torrent >>> files? I tested it on Python 2.2 bundled with Fedora Core 1. What >>> about your environment? It probably involves to different version of >>> python. >>> >>> Sugree Phatanapherom >>> su...@hp... >>> >>> Mark McKinstry wrote: >>> >>>> Here is a torrent I got from suprnova. Not my usual choice of a >>>> torrent but it's small and illustrates the problem :). >>>> >>>> I've noticed that btqueue won't create directories when there are >>>> spaces in the name of the directory. I don't know if thats the >>>> problem, just someting I noticed. >>>> >>>> >>>> Thanks >>>> Mark >>>> >>>> On Fri, 17 Dec 2004, Sugree Phatanapherom wrote: >>>> >>>>> Actually, I never got this problem before. Would you please send me >>>>> the sample torrent file? >>>>> >>>>> Sugree Phatanapherom >>>>> su...@hp... >>>>> >>>>> Mark McKinstry wrote: >>>>> >>>>>> I found btqueue about a week ago and like it a lot. The only >>>>>> problem I have is the same problem someone else had: >>>>>> >>>>>> http://sourceforge.net/forum/forum.php?thread_id=1170714&forum_id=360659 >>>>>> >>>>>> >>>>>> btqueue doesn't seem to work with directories. The torrent says it >>>>>> should create a directory, usiing BitTornado it does, but btqueue >>>>>> doesn't create or use a directory. >>>>>> >>>>>> Has this been fixed in CVS? Also when is the next release expected? >>>>>> >>>>>> Thanks for the great software. >>>>>> >>>>>> >>>>>> >>>>>> Mark >>>>>> >>>>>> >>>>>> ------------------------------------------------------- >>>>>> SF email is sponsored by - The IT Product Guide >>>>>> Read honest & candid reviews on hundreds of IT Products from real >>>>>> users. >>>>>> Discover which products truly live up to the hype. Start reading >>>>>> now. http://productguide.itmanagersjournal.com/ >>>>>> _______________________________________________ >>>>>> btqueue-users mailing list >>>>>> btq...@li... >>>>>> https://lists.sourceforge.net/lists/listinfo/btqueue-users >>>>>> >>>>> >>>>> >>>>> >>> >>> >>> >> >> >> ------------------------------------------------------- >> SF email is sponsored by - The IT Product Guide >> Read honest & candid reviews on hundreds of IT Products from real users. >> Discover which products truly live up to the hype. Start reading now. >> http://productguide.itmanagersjournal.com/ >> _______________________________________________ >> btqueue-users mailing list >> btq...@li... >> https://lists.sourceforge.net/lists/listinfo/btqueue-users >> > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://productguide.itmanagersjournal.com/ > _______________________________________________ > btqueue-users mailing list > btq...@li... > https://lists.sourceforge.net/lists/listinfo/btqueue-users > |
From: Sugree P. <su...@hp...> - 2004-12-17 04:48:54
|
I see. The problem only occurs in 2.3.4. I'm fixing it right now. Thanks, Sugree Phatanapherom su...@hp... Mark McKinstry wrote: > I am running Python 2.3.4 on FreeBSD 5.3-RELEASE. > > I'll see if I can find some more torrents. > > Just to recap my problem using the torrent I sent you. Instead of > creating ~/incoming/David Blaine Magic Revealed/ and downloading the two > files there, it will download the two files to ~/incoming/ > > > > Thanks > Mark > > On Fri, 17 Dec 2004, Sugree Phatanapherom wrote: > >> Umm... Sorry but it works fine for me with the latest version in CVS. >> However, I never fixed this issue before. Do you have other torrent >> files? I tested it on Python 2.2 bundled with Fedora Core 1. What >> about your environment? It probably involves to different version of >> python. >> >> Sugree Phatanapherom >> su...@hp... >> >> Mark McKinstry wrote: >> >>> Here is a torrent I got from suprnova. Not my usual choice of a >>> torrent but it's small and illustrates the problem :). >>> >>> I've noticed that btqueue won't create directories when there are >>> spaces in the name of the directory. I don't know if thats the >>> problem, just someting I noticed. >>> >>> >>> Thanks >>> Mark >>> >>> On Fri, 17 Dec 2004, Sugree Phatanapherom wrote: >>> >>>> Actually, I never got this problem before. Would you please send me >>>> the sample torrent file? >>>> >>>> Sugree Phatanapherom >>>> su...@hp... >>>> >>>> Mark McKinstry wrote: >>>> >>>>> I found btqueue about a week ago and like it a lot. The only >>>>> problem I have is the same problem someone else had: >>>>> >>>>> http://sourceforge.net/forum/forum.php?thread_id=1170714&forum_id=360659 >>>>> >>>>> >>>>> btqueue doesn't seem to work with directories. The torrent says it >>>>> should create a directory, usiing BitTornado it does, but btqueue >>>>> doesn't create or use a directory. >>>>> >>>>> Has this been fixed in CVS? Also when is the next release expected? >>>>> >>>>> Thanks for the great software. >>>>> >>>>> >>>>> >>>>> Mark >>>>> >>>>> >>>>> ------------------------------------------------------- >>>>> SF email is sponsored by - The IT Product Guide >>>>> Read honest & candid reviews on hundreds of IT Products from real >>>>> users. >>>>> Discover which products truly live up to the hype. Start reading >>>>> now. http://productguide.itmanagersjournal.com/ >>>>> _______________________________________________ >>>>> btqueue-users mailing list >>>>> btq...@li... >>>>> https://lists.sourceforge.net/lists/listinfo/btqueue-users >>>>> >>>> >>>> >>>> >> >> >> > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://productguide.itmanagersjournal.com/ > _______________________________________________ > btqueue-users mailing list > btq...@li... > https://lists.sourceforge.net/lists/listinfo/btqueue-users > |
From: Mark M. <mmc...@um...> - 2004-12-17 04:32:24
|
I am running Python 2.3.4 on FreeBSD 5.3-RELEASE. I'll see if I can find some more torrents. Just to recap my problem using the torrent I sent you. Instead of creating ~/incoming/David Blaine Magic Revealed/ and downloading the two files there, it will download the two files to ~/incoming/ Thanks Mark On Fri, 17 Dec 2004, Sugree Phatanapherom wrote: > Umm... Sorry but it works fine for me with the latest version in CVS. > However, I never fixed this issue before. Do you have other torrent files? I > tested it on Python 2.2 bundled with Fedora Core 1. What about your > environment? It probably involves to different version of python. > > Sugree Phatanapherom > su...@hp... > > Mark McKinstry wrote: >> Here is a torrent I got from suprnova. Not my usual choice of a torrent but >> it's small and illustrates the problem :). >> >> I've noticed that btqueue won't create directories when there are spaces in >> the name of the directory. I don't know if thats the problem, just someting >> I noticed. >> >> >> Thanks >> Mark >> >> On Fri, 17 Dec 2004, Sugree Phatanapherom wrote: >> >>> Actually, I never got this problem before. Would you please send me the >>> sample torrent file? >>> >>> Sugree Phatanapherom >>> su...@hp... >>> >>> Mark McKinstry wrote: >>> >>>> I found btqueue about a week ago and like it a lot. The only problem I >>>> have is the same problem someone else had: >>>> >>>> http://sourceforge.net/forum/forum.php?thread_id=1170714&forum_id=360659 >>>> >>>> btqueue doesn't seem to work with directories. The torrent says it should >>>> create a directory, usiing BitTornado it does, but btqueue doesn't create >>>> or use a directory. >>>> >>>> Has this been fixed in CVS? Also when is the next release expected? >>>> >>>> Thanks for the great software. >>>> >>>> >>>> >>>> Mark >>>> >>>> >>>> ------------------------------------------------------- >>>> SF email is sponsored by - The IT Product Guide >>>> Read honest & candid reviews on hundreds of IT Products from real users. >>>> Discover which products truly live up to the hype. Start reading now. >>>> http://productguide.itmanagersjournal.com/ >>>> _______________________________________________ >>>> btqueue-users mailing list >>>> btq...@li... >>>> https://lists.sourceforge.net/lists/listinfo/btqueue-users >>>> >>> >>> >>> > > > |