The _khAttAm_ blog

Sharing views and experiences

[HOWTO] Auto Re-Connect to dsl pppoe in Linux

March7

I am using Ubuntu 10.04 Lucid Lynx Alpha. I have a dsl connection (WiZoom, Wireless via ubnt but wired to my PC) from Worldlink Pvt. Ltd., Nepal. I need to connect via pppoe. I occasionally keep my PC to download overnight while I sleep or even when I am away. It works well with torrents (with deluge as my torrent client, I haven’t used transmission torrent client much) but sometimes it disconnects from the internet. So, I had to configure it to auto re-connect on disconnect. It should also connect on logon. Since network manager does not meet my requirements, Read the rest of this entry »

http://www.khattam.info/wp-content/plugins/sociofluid/images/digg_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/reddit_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/stumbleupon_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/delicious_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/technorati_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/google_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/myspace_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/facebook_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/yahoobuzz_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/twitter_32.png
posted under Desktop, Linux | No Comments »

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

February27

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.

http://www.khattam.info/wp-content/plugins/sociofluid/images/digg_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/reddit_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/stumbleupon_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/delicious_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/technorati_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/google_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/myspace_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/facebook_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/yahoobuzz_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/twitter_32.png
posted under Desktop, Linux | No Comments »

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

January17

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 »

http://www.khattam.info/wp-content/plugins/sociofluid/images/digg_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/reddit_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/stumbleupon_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/delicious_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/technorati_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/google_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/myspace_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/facebook_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/yahoobuzz_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/twitter_32.png
posted under Desktop, Linux | 1 Comment »

A better Torrent Client For Ubuntu 9.04 (Jaunty Jackalope)

July29

Transmission is the default torrent client with Ubuntu. However, I love ktorrent because of the various features it provides. As I use ubuntu and KDE based softwares require kdelibs to be installed, I usually go for alternatives and I found deluge to be a great alternative for ktorrent. It provides similar features as ktorrent.

It can be installed directly via Synaptic but for the latest version, just type in the following in the terminal window. The following instructions apply to Ubuntu 9.04 (Jaunty Jackalope).
Read the rest of this entry »

http://www.khattam.info/wp-content/plugins/sociofluid/images/digg_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/reddit_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/stumbleupon_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/delicious_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/technorati_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/google_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/myspace_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/facebook_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/yahoobuzz_32.png http://www.khattam.info/wp-content/plugins/sociofluid/images/twitter_32.png
posted under Desktop, Linux | 2 Comments »

Get Adobe Flash playerPlugin by khattam.info
Get Adobe Flash playerPlugin by wpburn.com wordpress themes