So on my seedbox i had before, it said in rutorrent webgui "rTorrent: 0.8.9/0.12.9"
and now i got i new seedbox and it says "rTorrent: 0.8.7/0.12.7" ..
Is there any simple ssh command or any other way to update?
How?
We are the best invite forum on the internet! Here you will find free invites, free seedboxes, free bonuses, and much more. Our members know the true meaning of sharing and have created a truly global bittorent community! Our site has the most up to date information on all private trackers and our members will guide you and introduce you to this truly secretive and enlightened club. Ready to get started? Register now!
So on my seedbox i had before, it said in rutorrent webgui "rTorrent: 0.8.9/0.12.9"
and now i got i new seedbox and it says "rTorrent: 0.8.7/0.12.7" ..
Is there any simple ssh command or any other way to update?
How?
Only if you got SSH-access and able to execute stuff as root...
sudo wget http://libtorrent.rakshasa.no/downlo...-0.12.9.tar.gz
sudo wget http://libtorrent.rakshasa.no/downlo...t-0.8.9.tar.gz
sudo tar zxvf libtorrent-0.12.9.tar.gz
sudo tar zxvf rtorrent-0.8.9.tar.gz
cd libtorrent-0.12.9
sudo ./autogen.sh
sudo ./configure
sudo make
sudo make install
cd ..
cd rtorrent-0.8.9
sudo ./autogen.sh
sudo ./configure --with-xmlrpc-c
sudo make
sudo make install
cd ..
After this, you also need to update rutorrent, all plugins and restart the instance for your user.
More info: look at the supplied tutorials on these forums...
Last edited by DutchRuff; November 16th, 2011 at 09:37 AM.
I rent from a seedbox company and they are new and i wanted to get the dedicated server with rutorrent so they installed it for me... and this is what i got... i didnt get the latest so i want to update to it by myself.
But how do i update rutorrent then? I though it only was the 2 you wrote (libtorrent and rtorrent)... :/
cd /var/www
sudo svn checkout rutorrent - Revision 1908: /trunk/rutorrent
cd rutorrent/plugins
sudo svn checkout rutorrent - Revision 1908: /trunk/plugins/_getdir
sudo svn checkout rutorrent - Revision 1908: /trunk/plugins/autotools
sudo svn checkout rutorrent - Revision 1908: /trunk/plugins/cpuload
sudo svn checkout rutorrent - Revision 1908: /trunk/plugins/create
sudo svn checkout rutorrent - Revision 1908: /trunk/plugins/data
sudo svn checkout rutorrent - Revision 1908: /trunk/plugins/datadir
sudo svn checkout rutorrent - Revision 1908: /trunk/plugins/diskspace
sudo svn checkout rutorrent - Revision 1908: /trunk/plugins/edit
sudo svn checkout rutorrent - Revision 1908: /trunk/plugins/erasedata
sudo svn checkout rutorrent - Revision 1908: /trunk/plugins/feeds
sudo svn checkout rutorrent - Revision 1908: /trunk/plugins/httprpc
sudo svn checkout rutorrent - Revision 1908: /trunk/plugins/ratio
sudo svn checkout rutorrent - Revision 1908: /trunk/plugins/retrackers
sudo svn checkout rutorrent - Revision 1908: /trunk/plugins/rpc
sudo svn checkout rutorrent - Revision 1908: /trunk/plugins/rss
sudo svn checkout rutorrent - Revision 1908: /trunk/plugins/rssurlrewrite
sudo svn checkout rutorrent - Revision 1908: /trunk/plugins/seedingtime
sudo svn checkout rutorrent - Revision 1908: /trunk/plugins/show_peers_like_wtorrent
sudo svn checkout rutorrent - Revision 1908: /trunk/plugins/source
sudo svn checkout rutorrent - Revision 1908: /trunk/plugins/theme
sudo svn checkout rutorrent - Revision 1908: /trunk/plugins/trafic
sudo svn checkout rutorrent - Revision 1908: /trunk/plugins/unpack
cd /var/www
sudo chown -R www-data:www-data rutorrent && sudo chmod -R 777 rutorrent
sudo /etc/init.d/apache2 restart
Beare though, this are not ALL plugins so find those yourself and it might not be the webserver you use.
Last edited by videogames; November 16th, 2011 at 11:29 AM. Reason: comment wasn't necessary