Posts Tagged ‘torrent’
Best Download manager for Linux
I am using Ubuntu 10.10 Maverick Meerkat and used to have been using the following programs for downloading stuff from the internet:
Firefox Default Download Manager for HTTP/FTP Downloads and Deluge for Torrents.
It was not much convenient because Firefox resume does not always work in case of crashes or in case of power cuts. Also it does not support multi-threaded downloads. So, I decided to try out Fatrat along with Flashgot firefox add-on. Fatrat and Flashgot both can be installed from Ubuntu Software Center. If you are using beta or development version of Firefox, then you need to get it from Firefox Addons Website or Flashgot website.
Fatrat, like Free Download Manager (which is currently only available for Windows), can be used as a torrent client, HTTP/FTP Download Manager, Rapidshare download (it waits for appropriate time automatically and downloads), Youtube Download (at the time of writing this, Youtube download seems not to be working) and much more.

It supports remote control via jabber and web interface.

Since Flashgot does not support Fatrat by default, you will need to add support for Fatrat. When it asks for path, enter /usr/bin/fatrat. After that, you can select and right click a link and Flashgot it. You can also select Flashgot>Fatrat when the download box comes up.

When you click OK, Fatrat should show the add link dialog.
Have fun downloading.
[SOLVED] Deluge Launching ERROR: “cPickle.UnpicklingError: could not find MARK”
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 |
Deluge would just crash and would not show up at all.
I tried searching for a solution, but did not find any. I tried upgrading to the ppa version of deluge with no luck. Then I just removed all the .state (not to be mistaken with state directory) files (peers_tab.state, files_tab.state, torrentview.state, tabs.state, dht.state, session.state and any other file containing .state at the end) from /home/MyUserName/.config/deluge and was able to launch deluge again. You should not remove the state directory because you will lose the torrent list if you do.
After that, you will be able to launch deluge. It is a good idea to recheck (Right click on a torrent file and select Force Recheck) all torrent files after you do this.
Hope this helps.
[SOLVED] Deluge not working (Menus and Buttons Greyed Out) Problem after Upgrade
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.
Read the rest of this entry »
How to fix a corrupt download (Jaunty Jackalope CD Image)
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. Read the rest of this entry »
