1f605 FreeBSD installing rutorrent and rtorrent - The FreeBSD Forums
The FreeBSD Forums  

Go Back   The FreeBSD Forums > Server & Networking > Web & Network Services

Web & Network Services Discussion related to network/web services such as apache, bind, sendmail, etc.

Reply
 
Thread Tools Display Modes
  #1  
Old January 26th, 2012, 15:06
chessmaster's Avatar
chessmaster chessmaster is offline
Junior Member
 
Join Date: Jan 2012
Location: Dover,DE
Posts: 33
Thanks: 8
Thanked 1 Time in 1 Post
Default FreeBSD installing rutorrent and rtorrent

Looks like I had to create another thread because of no help. I have FreeBSD 9.0 installed on a Kimsufi 2G. I used the
Code:
wget --no-check-certificate -O autodl-setup http://sourceforge.net/projects/autodl-irssi/files/autodl-setup/download
sh autodl-setup
auto script from the rutorrent website to install. Well, the installation failed because of a conflict with
Code:
 libssl.so.6 and libcrypto.so.6
. That is as far I have got in this process. I'm stomped and don't know what to do next. So anybody mind helping a "idiot", out with this task.

Last edited by chessmaster; January 27th, 2012 at 22:17.
Reply With Quote
  #2  
Old January 26th, 2012, 15:27
SirDice's Avatar
SirDice SirDice is offline
Moderator
 
Join Date: Nov 2008
Location: Rotterdam, Netherlands
Posts: 13,844
Thanks: 48
Thanked 2,060 Times in 1,890 Posts
Default

Handbook: Chapter 5 Installing Applications: Packages and Ports

net-p2p/rtorrent
__________________
Senior UNIX Engineer at Unix Support Nederland
Experience is something you don't get until just after you need it.
Reply With Quote
The Following User Says Thank You to SirDice For This Useful Post:
chessmaster (January 26th, 2012)
  #3  
Old January 26th, 2012, 15:29
chessmaster's Avatar
chessmaster chessmaster is offline
Junior Member
 
Join Date: Jan 2012
Location: Dover,DE
Posts: 33
Thanks: 8
Thanked 1 Time in 1 Post
Default

Thanks. But I need to install this on a server with webui. I know how to install ports. My problem is I need build this as a webui.
Reply With Quote
  #4  
Old January 26th, 2012, 15:32
SirDice's Avatar
SirDice SirDice is offline
Moderator
 
Join Date: Nov 2008
Location: Rotterdam, Netherlands
Posts: 13,844
Thanks: 48
Thanked 2,060 Times in 1,890 Posts
Default

Use net-p2p/transmission-daemon. It has a web interface.
__________________
Senior UNIX Engineer at Unix Support Nederland
Experience is something you don't get until just after you need it.
Reply With Quote
  #5  
Old January 26th, 2012, 15:36
chessmaster's Avatar
chessmaster chessmaster is offline
Junior Member
 
Join Date: Jan 2012
Location: Dover,DE
Posts: 33
Thanks: 8
Thanked 1 Time in 1 Post
Default

Quote:
Originally Posted by SirDice View Post
Use net-p2p/transmission-daemon. It has a web interface.
So I can use this in replace of rutorrent? What else do I have to install on the kimsufi?
Reply With Quote
  #6  
Old January 26th, 2012, 15:53
chessmaster's Avatar
chessmaster chessmaster is offline
Junior Member
 
Join Date: Jan 2012
Location: Dover,DE
Posts: 33
Thanks: 8
Thanked 1 Time in 1 Post
Default

Quote:
Originally Posted by SirDice View Post
Use net-p2p/transmission-daemon. It has a web interface.
Anything else has to be configured once installed?
Reply With Quote
  #7  
Old January 26th, 2012, 15:56
SirDice's Avatar
SirDice SirDice is offline
Moderator
 
Join Date: Nov 2008
Location: Rotterdam, Netherlands
Posts: 13,844
Thanks: 48
Thanked 2,060 Times in 1,890 Posts
Default

Nothing else is needed.

And I suggest you read the terms and conditions very carefully. It doesn't prohibit P2P specifically but they do not allow "illegal" filesharing.
__________________
Senior UNIX Engineer at Unix Support Nederland
Experience is something you don't get until just after you need it.
Reply With Quote
  #8  
Old January 26th, 2012, 16:43
chessmaster's Avatar
chessmaster chessmaster is offline
Junior Member
 
Join Date: Jan 2012
Location: Dover,DE
Posts: 33
Thanks: 8
Thanked 1 Time in 1 Post
Default

Quote:
Originally Posted by SirDice View Post
Nothing else is needed.

And I suggest you read the terms and conditions very carefully. It doesn't prohibit P2P specifically but they do not allow "illegal" filesharing.

Besides that what do I need to install a desktop on my server to use?
Reply With Quote
  #9  
Old January 26th, 2012, 16:54
SirDice's Avatar
SirDice SirDice is offline
Moderator
 
Join Date: Nov 2008
Location: Rotterdam, Netherlands
Posts: 13,844
Thanks: 48
Thanked 2,060 Times in 1,890 Posts
Default

Quote:
Originally Posted by chessmaster View Post
Besides that what do I need to install a desktop on my server to use?
Your question doesn't make much sense.

What exactly are you trying to archive?
__________________
Senior UNIX Engineer at Unix Support Nederland
Experience is something you don't get until just after you need it.
Reply With Quote
  #10  
Old January 26th, 2012, 17:10
chessmaster's Avatar
chessmaster chessmaster is offline
Junior Member
 
Join Date: Jan 2012
Location: Dover,DE
Posts: 33
Thanks: 8
Thanked 1 Time in 1 Post
Default

Quote:
Originally Posted by SirDice View Post
Your question doesn't make much sense.

What exactly are you trying to archive?

I would like to install a desktop on my server. i.e. Gnome. What process of action I have to do to achieve this.
Reply With Quote
  #11  
Old January 26th, 2012, 17:12
SirDice's Avatar
SirDice SirDice is offline
Moderator
 
Join Date: Nov 2008
Location: Rotterdam, Netherlands
Posts: 13,844
Thanks: 48
Thanked 2,060 Times in 1,890 Posts
Default

Is your first language English or something else? The handbook is available in other languages.

Chapter 6 The X Window System
6.7 Desktop Environments

If you go with Gnome I'd suggest using x11/gnome2-lite. It contains enough for a nice desktop but doesn't include all the bells and whistles (you can install those later on anyway). I'm personally more fond of x11-wm/xfce4.
__________________
Senior UNIX Engineer at Unix Support Nederland
Experience is something you don't get until just after you need it.
Reply With Quote
  #12  
Old January 26th, 2012, 17:27
chessmaster's Avatar
chessmaster chessmaster is offline
Junior Member
 
Join Date: Jan 2012
Location: Dover,DE
Posts: 33
Thanks: 8
Thanked 1 Time in 1 Post
Default

Quote:
Originally Posted by SirDice View Post
Is your first language English or something else? The handbook is available in other languages.

Chapter 6 The X Window System
6.7 Desktop Environments

If you go with Gnome I'd suggest using x11/gnome2-lite. It contains enough for a nice desktop but doesn't include all the bells and whistles (you can install those later on anyway). I'm personally more fond of x11-wm/xfce4.
Maybe I wasn't clear enough for what I was seeking help. Is there a diffrence in the installation of a desktop on a server vs a desktop on your home computer? I though the installation was diffrent. I know how to install the desktop. Since I'm installing in a diffrent enviroment. I assume that maybe there is something diffrent I have to do. Like I said I'm a "idiot" doing this right now. Not ashamed of it that's how it's when your learning.
Reply With Quote
  #13  
Old January 26th, 2012, 17:30
SirDice's Avatar
SirDice SirDice is offline
Moderator
 
Join Date: Nov 2008
Location: Rotterdam, Netherlands
Posts: 13,844
Thanks: 48
Thanked 2,060 Times in 1,890 Posts
Default

Quote:
Originally Posted by chessmaster View Post
Is there a diffrence in the installation of a desktop on a server vs a desktop on your home computer?
No.
Quote:
I though the installation was diffrent.
Why would it?

The only real difference between a desktop and a server is how you use them. That said there are loads of people (me included) that don't install anything graphical on a server at all.
__________________
Senior UNIX Engineer at Unix Support Nederland
Experience is something you don't get until just after you need it.
Reply With Quote
  #14  
Old January 26th, 2012, 17:38
chessmaster's Avatar
chessmaster chessmaster is offline
Junior Member
 
Join Date: Jan 2012
Location: Dover,DE
Posts: 33
Thanks: 8
Thanked 1 Time in 1 Post
Default

Quote:
Originally Posted by SirDice View Post
No.

Why would it?
Don't know that's why I ask. If I knew all of this, I wouldn't be begging for help. Only reason I'm asking here is because I'm a new FreeBSD user.
Reply With Quote
  #15  
Old January 26th, 2012, 18:01
SirDice's Avatar
SirDice SirDice is offline
Moderator
 
Join Date: Nov 2008
Location: Rotterdam, Netherlands
Posts: 13,844
Thanks: 48
Thanked 2,060 Times in 1,890 Posts
Default

I was just wondering why you thought there was a difference
__________________
Senior UNIX Engineer at Unix Support Nederland
Experience is something you don't get until just after you need it.
Reply With Quote
  #16  
Old January 26th, 2012, 23:45
DutchDaemon's Avatar
DutchDaemon DutchDaemon is offline
Administrator
 
Join Date: Nov 2008
Location: Rotterdam, the Netherlands
Posts: 9,928
Thanks: 30
Thanked 1,924 Times in 1,350 Posts
Default

Quote:
Originally Posted by chessmaster View Post
Thanks. But I need to install this on a server with webui. I know how to install ports. My problem is I need build this as a webui.
net-p2p/rtgui

Install ports-mgmt/psearch to search for ports; makes life easier.
__________________
FreeBSD Forums: Information for New Members | FreeBSD Forums Rules
FreeBSD Resources: The FreeBSD Handbook | Manuals | FAQ | Wiki
Before you post: How to ask questions the smart way
If you must know .. So, what does an Administrator/Moderator do?
---> Do not PM me with FreeBSD questions. I do not work here. <---
Reply With Quote
The Following 2 Users Say Thank You to DutchDaemon For This Useful Post:
chessmaster (January 27th, 2012), mmx (August 5th, 2012)
  #17  
Old January 27th, 2012, 08:28
vinkler vinkler is offline
Junior Member
 
Join Date: Dec 2010
Posts: 16
Thanks: 3
Thanked 3 Times in 3 Posts
Default

Detailed description installation rTorrent plus rutorrent:
http://forums.rutorrent.org/index.php?topic=6.0
Reply With Quote
The Following User Says Thank You to vinkler For This Useful Post:
chessmaster (January 27th, 2012)
  #18  
Old January 27th, 2012, 22:25
chessmaster's Avatar
chessmaster chessmaster is offline
Junior Member
 
Join Date: Jan 2012
Location: Dover,DE
Posts: 33
Thanks: 8
Thanked 1 Time in 1 Post
Default

Thanks part of my problem is the lack of symlink

ln -s /lib/libssl.so.7 libssl.so.6
ln -s /lib/libcrypto.so.7 libcrypto.so.6

I will try again and post the output errors or if I fix.

Last edited by DutchDaemon; January 28th, 2012 at 03:30. Reason: Proper formatting: http://forums.freebsd.org/showthread.php?t=8816
Reply With Quote
  #19  
Old January 29th, 2012, 01:30
Carpetsmoker's Avatar
Carpetsmoker Carpetsmoker is offline
Member
 
Join Date: Nov 2008
Location: Eindhoven, Netherlands
Posts: 797
Thanks: 19
Thanked 124 Times in 94 Posts
Default

Quote:
Originally Posted by chessmaster View Post
Thanks part of my problem is the lack of symlink

ln -s /lib/libssl.so.7 libssl.so.6
ln -s /lib/libcrypto.so.7 libcrypto.so.6

I will try again and post the output errors or if I fix.
The version numbers are there for a reason: It means there's an incompatibility in the library. So this is *not* a recommended "solution" as it may introduce strange behavior, crashes, etc.

Installing rTorrent is simple and can be done through ports, just make sure you select the xmlrpc option (IIRC it's off by default). Next install either Apache or ligthttp and enable the SCGI features (As described by a host of online articles/HOWTO's), and finally just fetch & extract the ruTorrent package in your wwwroot.

I have no idea how all of this relates to the file you're trying to download in your OP, as this appears to be a plugin for irssi (...?)
__________________
UNIX was not designed to stop you from doing stupid things, because that would also stop you from doing clever things.
Reply With Quote
Reply

Thread Tools
Display Modes

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 On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
installing rtorrent and rutorrent in FreeBSD 8 Paradoxium2004 Installation and Maintenance of FreeBSD Ports or Packages 2 October 10th, 2010 23:37
rtorrent, 32 bit Freebsd, and ZFS? wonslung Web & Network Services 5 December 11th, 2009 05:17
rtorrent in ports wonslung Installation and Maintenance of FreeBSD Ports or Packages 11 June 24th, 2009 10:09
[Solved] rtorrent in a jail wonslung Installation and Maintenance of FreeBSD Ports or Packages 1 June 21st, 2009 19:32
rtorrent: Could not lock session directory: "/Torrents/Downloading/rtorrent.session/ mfaridi Installation and Maintenance of FreeBSD Ports or Packages 6 November 26th, 2008 08:07


All times are GMT +1. The time now is 01:06.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.
The mark FreeBSD is a registered trademark of The FreeBSD Foundation and is used by The FreeBSD Project with the permission of The FreeBSD Foundation.
Web protection and acceleration provided by CloudFlare
0