Tagged: torrent

20 Things to do after installing Fedora 15

June 1st, 2011 Permalink

Here are few things you can do after installing Fedora 15 to make the experience better. You may have to enable sudo to follow some of the tips or you can run the commands in terminal by logging in as root (su). The following are in no particular order. Feel free to skip the ones [...]

Here are few things you can do after installing Fedora 15 to make the experience better. You may have to enable sudo to follow some of the tips or you can run the commands in terminal by logging in as root (su). The following are in no particular order. Feel free to skip the ones you do not need.

Continue Reading

[SOLVED] Torrent stopped downloading although there are enough seeds and connections

September 11th, 2010 Permalink

I was downloading a large file from torrent and it stopped at 63%.  I was using deluge as my torrent client. Since there were enough seeds and enough connections were being made for the torrent to get going but it did not, I thought it was a deluge specific issue, so I got rid of [...]

I was downloading a large file from torrent and it stopped at 63%.  I was using deluge as my torrent client. Since there were enough seeds and enough connections were being made for the torrent to get going but it did not, I thought it was a deluge specific issue, so I got rid of it and installed Vuze (also called azureus) and moved the torrent to it. The way you do that is just start the same torrent in vuze, stop it and copy the files you had downloaded via older torrent client replacing the files being downloaded via vuze, then right click the torrent in vuze and then click “Force Recheck”. But to my surprise, the torrent still got stuck just like in deluge.

Continue Reading

[HOWTO] Update vuze (azureus) to latest version 4.5 in Ubuntu 10.10 Maverick Meerkat

September 10th, 2010 Permalink

I installed Vuze bit-torrent client and it seems really awesome. It has been written in Java but it is pretty fast and awesome. It has search and many helpful plugins. It has various types of options and configurations and it will sure take me some time to figure out. I installed it from Synaptic Package [...]

I installed Vuze bit-torrent client and it seems really awesome. It has been written in Java but it is pretty fast and awesome. It has search and many helpful plugins. It has various types of options and configurations and it will sure take me some time to figure out. I installed it from Synaptic Package Manager and got the version 4.3.0.6 (Ubuntu Software Center will do the same). I went to the website and saw that 4.5.0.4 was available already. I downloaded the linux installer (Vuze_Installer.tar.bz2) and unpacked it. I got a directory named “vuze” which contained the files. Then, I just launched terminal and changed the directory to “vuze”, the one that I just extracted.
Then, I just had to copy the files to where they belong. Remember, you must have the version from the package manager installed. Then, I just backed up the original vuze files and then copied the new files over. Continue Reading

Best Download manager for Linux

August 14th, 2010 Permalink

I am using Ubuntu 10.10 Maverick Meerkat and had been using the following programs for downloading stuff from the Internet:

I am using Ubuntu 10.10 Maverick Meerkat and had been using the following programs for downloading stuff from the Internet:

Continue Reading

[SOLVED] Deluge Launching ERROR: “cPickle.UnpicklingError: could not find MARK”

February 27th, 2010 Permalink

I just tried to launch deluge and got the following error: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 progname=deluge; RGBA=on Traceback (most recent call last): File "/usr/bin/deluge", line 9, in <module> load_entry_point(‘deluge==1.2.1′, ‘console_scripts’, ‘deluge’)() File "/usr/lib/pymodules/python2.6/deluge/main.py", line 121, in start_ui UI(options, args, options.args) File "/usr/lib/pymodules/python2.6/deluge/ui/ui.py", line 128, [...]

I just tried to launch deluge and got the following error:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
progname=deluge; RGBA=on
Traceback (most recent call last):
  File "/usr/bin/deluge", line 9, in <module>
    load_entry_point('deluge==1.2.1', 'console_scripts', 'deluge')()
  File "/usr/lib/pymodules/python2.6/deluge/main.py", line 121, in start_ui
    UI(options, args, options.args)
  File "/usr/lib/pymodules/python2.6/deluge/ui/ui.py", line 128, in __init__
    ui = GtkUI(args)
  File "/usr/lib/pymodules/python2.6/deluge/ui/gtkui/gtkui.py", line 216, in __init__
    self.torrentdetails = TorrentDetails()
  File "/usr/lib/pymodules/python2.6/deluge/ui/gtkui/torrentdetails.py", line 116, in __init__
    state = self.load_state()
  File "/usr/lib/pymodules/python2.6/deluge/ui/gtkui/torrentdetails.py", line 432, in load_state
    state = cPickle.load(state_file)
cPickle.UnpicklingError: could not find MARK</module>

Continue Reading

[SOLVED] Deluge not working (Menus and Buttons Greyed Out) Problem after Upgrade

January 17th, 2010 Permalink

I upgraded deluge recently to version 1.2.0 and then started it. The “Add Torrent” and several other options were greyed out and the torrents I was downloading were not there anymore. Here is how I got around the problem and how you can do it if you are facing the same.

I upgraded deluge recently to version 1.2.0 and then started it. The “Add Torrent” and several other options were greyed out and the torrents I was downloading were not there anymore. Here is how I got around the problem and how you can do it if you are facing the same.
Continue Reading

How to fix a corrupt download (Jaunty Jackalope CD Image)

April 25th, 2009 Permalink

I downloaded Ubuntu 9.04 Jaunty Jackalope ISO and discovered that the file was not downloaded properly. It was corrupt. It failed the md5 check and failed to install inside Sun VirtualBox. I did not want to download the file again. I have a very poor internet connection. I had downloaded the file from http link [...]

I downloaded Ubuntu 9.04 Jaunty Jackalope ISO and discovered that the file was not downloaded properly. It was corrupt. It failed the md5 check and failed to install inside Sun VirtualBox.

I did not want to download the file again. I have a very poor internet connection. I had downloaded the file from http link with the help of wget.

The ISO was the size as specified in the site. I think this process works only if this holds true. Also, it needs to be available in the torrents. These hold true for the file I was trying to download. Continue Reading