Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
btlaunchmanycurses.py (cant set min and max port range)
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
knodi
n00b
n00b


Joined: 05 Sep 2005
Posts: 29

PostPosted: Mon Sep 05, 2005 8:21 pm    Post subject: btlaunchmanycurses.py (cant set min and max port range) Reply with quote

I just installed Gentoo over night today, got everthing working samba, kde, alsa, etc (noob linux user).

I been trying to get bittorrent to work. command line bittorrent. i use ssh to get to my Gentoo box and then start screen and run btlaunchmanycurses.py. but every time I try to set a min and max port I get this error.

Code:
# btlaunchmanycurses.py --maxport 6000
Traceback (most recent call last):
  File "/usr/bin/btlaunchmanycurses.py", line 282, in ?
    raise BTFailure("Warning: "+args[0]+" is not a directory")
IndexError: list index out of range


Code:
# btlaunchmanycurses.py --minport 6000
Traceback (most recent call last):
  File "/usr/bin/btlaunchmanycurses.py", line 282, in ?
    raise BTFailure("Warning: "+args[0]+" is not a directory")
IndexError: list index out of range


is there something I'm doing wrong? or is there a easyer to to get default by editing a config file or something.
Back to top
View user's profile Send private message
danomac
l33t
l33t


Joined: 06 Nov 2004
Posts: 881
Location: Vancouver, BC

PostPosted: Mon Sep 05, 2005 9:34 pm    Post subject: Reply with quote

The first parameter in btlaunchmanycurses is the directory where the torrents are.

Code:

btlaunchmanycurses.py /home/user/torrent --minport 6000 --maxport 6010


should work.
Back to top
View user's profile Send private message
robust
n00b
n00b


Joined: 05 Sep 2003
Posts: 53

PostPosted: Thu Sep 08, 2005 1:09 am    Post subject: Reply with quote

That's not true:

Usage: launchmany-curses [OPTIONS] [TORRENTDIRECTORY]

If a non-option argument is present it's taken as the value
of the torrent_dir option.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum