LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 04-03-2007, 02:46 PM   #1
asininity
Member
 
Registered: Apr 2007
Posts: 57

Rep: Reputation: 16
Problem with rtorrent


Hi new to the forum,

Just having some problems with rtorrent was told is was one of the best for linux. My main problem is well everything, how complicated do you want to make something???

I cant add a torrent, even follow the instructions. I'm sure there will be more problems but learning to do other things is pointless if you can't use the client.

I've downloaded the manual but that makes as much sense as Japanese to me, can anyone help??

Or better point me in the direction of a decent client for someone who does have a degree in programming. I've used azureus but would prefer something less hungry
 
Old 04-03-2007, 03:18 PM   #2
jeenam
Member
 
Registered: Dec 2006
Distribution: Slackware 11
Posts: 144

Rep: Reputation: 15
rtorrent is a great command line bittorrent client. It's really not that hard to use.

A few posts in this link have details on how to use the program:

http://www.synology.com/enu/forum/vi...f1482fc7155016
 
Old 04-04-2007, 02:35 PM   #3
asininity
Member
 
Registered: Apr 2007
Posts: 57

Original Poster
Rep: Reputation: 16
Just got it working so thanks

Last edited by asininity; 04-04-2007 at 02:48 PM.
 
Old 04-05-2007, 03:33 PM   #4
asininity
Member
 
Registered: Apr 2007
Posts: 57

Original Poster
Rep: Reputation: 16
Back with query...

Just wondering if anyone could tell my how to get the torrents to resume after shut down as I can't figure it out. Thanks in advance
 
Old 04-06-2007, 05:43 AM   #5
666
Member
 
Registered: May 2005
Distribution: Debian
Posts: 37

Rep: Reputation: 16
You should edit your rtorrent.rc file.
Find this line:
#session = ./session
Make directory ./session and uncomment that line.
You can name your session directory what ever you like but than you have to edit rtorrent.rc according to your choice.
 
Old 04-06-2007, 04:48 PM   #6
jeenam
Member
 
Registered: Dec 2006
Distribution: Slackware 11
Posts: 144

Rep: Reputation: 15
rtorrent will hash check any downloaded portions of a torrent when a torrent file is opened and there are existing partial files already in rtorrent's working directory.
 
Old 04-12-2007, 03:30 PM   #7
asininity
Member
 
Registered: Apr 2007
Posts: 57

Original Poster
Rep: Reputation: 16
Sorry for the very slow reply.

Im not entirely sure I understand what to do...

First i cant find rtorrent.rc anywhere do i need to create it? And secondly (not sure if this has anything to do with it) when i open rtorrent i get this message:

"Could not read resource file: ~/.rtorrent.rc"

Please help thanks
 
Old 04-13-2007, 08:53 AM   #8
666
Member
 
Registered: May 2005
Distribution: Debian
Posts: 37

Rep: Reputation: 16
You can find an example rtorrent.rc file in: /usr/share/doc/rtorrent/examples

From the first line of the rtorrent.rc example:

# This is an example resource file for rTorrent. Copy to
# ~/.rtorrent.rc and enable/modify the options as needed.Remember to
# uncomment the options you wish to enable.

So you just have to copy it to your home directory. Read it carefully and edit to your needs.

Here you can find a few examples:

http://libtorrent.rakshasa.no/wiki/RTorrentCommonTasks
 
Old 04-13-2007, 03:16 PM   #9
asininity
Member
 
Registered: Apr 2007
Posts: 57

Original Poster
Rep: Reputation: 16
Thanks for the quick reply found the rtorrent.rc, only problem is that having edited it and saved it in my home directory as you said when i start rtorrent it says:

"rtorrent: Could not lock session directory: "./session/", No such file or directory"

I've created the session folder in my home directory is this the right place or does it have to be some where else? Ive stopped it for now but would like to enable it.

Thanks again for the help, bet you guys get bored of helping people like me who have no idea what they're doing!!!
 
Old 04-14-2007, 04:25 AM   #10
666
Member
 
Registered: May 2005
Distribution: Debian
Posts: 37

Rep: Reputation: 16
You probably did not enter the correct path for session directory in your rtorrent.rc file.
Also you need to edit few more lines to make it work.

For example:
Navigate to your home directory.
mkdir rtorrent
mkdir rtorrent/session
mkdir rtorrent/downloads
mkdir rtorrent/tracker

Open rtorrent.rc with your text editor. Find these lines and edit as following:

directory = ~/rtorrent/downloads
session = ~/rtorrent/session
schedule=watch_directory,10,10,load_start=~/rtorrent/tracker/*.torrent
 
1 members found this post helpful.
Old 04-15-2007, 10:05 AM   #11
asininity
Member
 
Registered: Apr 2007
Posts: 57

Original Poster
Rep: Reputation: 16
Angry

Ok rtorrent wins im not wasting my time with it anymore! Azureus is what ill stick with or utorrent with wine im not being funny and appreciate all your help but this is getting beyond a joke!!!

I followed your last post 666 and created the directories but i cant edit the rtorrent.rc file because its not there anymore, i dont know where its gone i know i didnt delete it and i know rtorrent's using it as when i open a torrent file with it it saves the file in the directory i pointed it to.

So i thought ill just make a new one again following the instructions kindly provided so i did just that, but rtorrent refuses to use it as its using the other invisible one, where ever that is.

I get some message when its started about using epolling whatever that means.

I had toyed with the idea of uninstalling it and reinstalling it but why? i mean i want a program that downloads torrents that doesn't require troubleshooting ever time i start my computer! and actually works as it should.

The only attraction i can see to rtorrent is that you can boost that you're actually able to use it. Ive had an easier time editting my grub file than using what should be a simple program.

Thanks again for all your help and congratulations on using rtorrent, the programmers torrent client of choice.
 
Old 04-15-2007, 10:22 AM   #12
666
Member
 
Registered: May 2005
Distribution: Debian
Posts: 37

Rep: Reputation: 16
I do not know which file manager do you use but you have to enable "show hidden files" option and edit hidden .rtorrent.rc.
You saved your .rtorrent.rc file with "." before the name so it means that it is hidden. That is how it should be saved.
You do not need to reinstall it.

What file manager do you use?

EDIT:
Sorry, I forgot.
Start terminal.
gedit .rtorrent.rc
Replace "gedit" with your editor. That is how you will edit invisible rtorrent.rc

Last edited by 666; 04-15-2007 at 01:46 PM.
 
Old 04-15-2007, 01:37 PM   #13
asininity
Member
 
Registered: Apr 2007
Posts: 57

Original Poster
Rep: Reputation: 16
Its always the little things that trip you up, having checked my "hidden files" (which happens to be a lot) i found 7 "rtorrent.rc" files with various ~ . and - in and around them, which i can say i dont understand. Ive now only got one and i reinstalled rtorrent and it now has my settings working so thanks again 666.

In the explanation of how to use the author uses a: ^ to mean control. How do you input the options which dont need control pressed first for example:

u

Display transfering blocks.
and,

I

Toggle whether torrent ignores ratio settings.

Are these options done with enter/return?

Sometimes when i get frustrated with linux id love to just go back to windows but something stops me mainly my common sense! So excuse my earlier comment it was down to ignorance which was bliss while i was with windows!
 
1 members found this post helpful.
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
cant compile rtorrent ruskie Linux - Software 3 07-08-2010 01:57 PM
About rtorrent satimis Linux - Software 8 02-19-2008 08:36 AM
trouble installing rtorrent morganix Linux - Server 6 12-18-2006 09:51 PM
rtorrent keeps checking hashes, even after I told it not to infraredgirl Linux - Software 1 10-29-2006 08:55 AM
rtorrent/libtorrent error truthe Linux - Software 0 06-26-2005 02:41 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 11:01 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration