Ubuntu :: Using Deluge 1.2.2 In 11.04 With Python 2.6?

Jun 12, 2011

I am running a linux server with Ubuntu 10.04. It runs a deluge daemon. Deluge 1.2.2 with python 2.6. I have the client running in Ubuntu 11.04.

The problem is, some of the plugins require python 2.6 while I have 2.7. After some digging I have found that 11.04 supports and has installed python 2.6 /usr/bin/python2.6

I have edited all the deluge files

Code:
/usr/local/bin/deluge
/usr/local/bin/deluge-gtk
/usr/local/bin/deluge-console

[Code].....

View 4 Replies


ADVERTISEMENT

Ubuntu :: Seeding A Folder With Deluge And When Removed The File From Deluge Chose Remove Data By Mistake?

Jul 4, 2010

I was seeding a folder with deluge and when I removed the file from deluge I chose remove data by mistake, so can I recover my folder?

View 4 Replies View Related

Programming :: Make Python Programs Run Without Entering The Command Python?

Mar 22, 2009

I want to be able to do

sudo ./program.py

instead of always having to do

sudo python program.py

What do I need to change?

View 5 Replies View Related

Programming :: Python - Get Text File Data Into An Array On Python?

Nov 30, 2009

I've already used line split stuff to transform my data into something like this in a text file:

Code:

['1', '1', '3', '20.7505207']
['2', '1', '3', '23.0488319']
['3', '1', '3', '-1.5768747']
['4', '1', '3', '-26.4772491']

[code]....

How can I get this on a python program so I can manipulate it as an array?

View 3 Replies View Related

General :: Get Apt-get To Install Python Packages For A Different Version Of Python?

Oct 27, 2010

in ubuntu 10.10, I have installed python 2.7. I would like to use apt-get to install packages to this version of python but I haven't been able to figure out howThings I have tried without success:changing the symlink at /usr/bin/python to point to /usr/bin/python2.7 - even after doing this apt-get still installs stuff to python2.6.Set up python2.7 as the primary alternative using update-alternatives - doesn't work

View 3 Replies View Related

Software :: Python 3 Want Situation For Python 2 And Become Stop?

Jul 17, 2010

Python 3 want situation for python 2?Python 2 become stop?

View 1 Replies View Related

CentOS 5 :: Yum - Python-devel / Python Dependency

Jan 7, 2011

yum dependency problem please? I am running Centos 5.5. I need to install python-devel, but when I do so I get:

[Code]....

View 2 Replies View Related

Ubuntu :: Deluge - How To Run - Says Not Connected

Mar 16, 2010

I've managed to install Deluge with webui using this link

[url]

Everything was fine and i did manage to connect to it

BUT it says not connected

Does it have anything to do with ports?

View 1 Replies View Related

Ubuntu :: How To Install Deluge

Nov 9, 2010

How do I install deluge? This is the first thing ive tried to do... So far ive typed in my password 10-15 times, typed in commands in the terminal.... and still NADA.

View 6 Replies View Related

Ubuntu :: Deluge Grays Out At Startup

Apr 28, 2010

Recently, Deluge has not been starting up for me. The Window opens, but remains completely blank, and then grays out (as if unresponsive). I tried running it from terminal and got this in return..

Code:

(deluge:21099): Gtk-WARNING **: Unable to locate theme engine in module_path: "aurora",
(deluge:21099): Gtk-WARNING **: Unable to locate theme engine in module_path: "aurora",
(deluge:21099): Gtk-WARNING **: Unable to locate theme engine in module_path: "aurora",

[code]....

View 2 Replies View Related

Ubuntu :: Deluge Webui Not Writing Changes?

Sep 9, 2010

Ive got a dedicated server setup to run the deluge daemon and access it through thee webui. i can add and even delete new torrents just fine but when i go into the options and try to change values like upload speed limits etc the changes dont take. im assuming this is a permissions issue but i don't know what files or directories to change.

View 1 Replies View Related

Ubuntu :: 10.04 Crashes While Running Deluge?

Nov 13, 2010

whenever i have started "deluge" (a bittorrent client), my laptop simply freeezes within 5 minutes. Its something I haven't seen before ever with Ubuntu - the keyboard/mouse stops responding, and the CAPS-LOCK key starts blinking...and there's NO way to get the system back without a hard reboot

Another thing...I've noticed a zombie process called "netns" running which I suspect to be causing this - its always taking the pid 13, and its impossible to kill - I tried using kill, killall, pkill from su prompt, and it didn't go away at all !!

If there's anyway I can send logs/dumps for analysis to ubuntu team, how to do so and i'll do the needful to get them...

View 1 Replies View Related

Ubuntu :: How To Stop Deluge Using Crontab

Dec 26, 2010

My ISP specifies a time between 2 - 8 am for free upload /download

I would like to stop deluge using crontab at a specified time. How do i do this?

also even poweroffing the system would do..i tried adding a simple poweroff command in crontab under both user and root but it didnt work?

using xubuntu 10.10 and crontab...also have gnome-scheduler installed

View 3 Replies View Related

Ubuntu :: Deluge Won't Connect To Daemon?

Jan 17, 2011

I'm trying to connect the Deluge GTK UI to the daemon running on the same system. This worked just fine previously, but for no apparent reason I can't connect now. I have Deluge set to autoconnect on startup, but it doesn't. If I open the connection manager, it says the daemon isn't running (which isn't true; I checked), and trying to start or connect to the daemon from there does nothing.I get the following errors from deluge:

Code:
[ERROR ] 16:12:11 gtkui:343 Connection to host failed..
[ERROR ] 16:12:32 gtkui:343 Connection to host failed..

[code]....

View 1 Replies View Related

Ubuntu :: 'Error' For Torrents In Deluge Over 2Gb

Feb 2, 2011

I've just setup a virtual Ubuntu 10.10 machine on my server running Deluge and WebUI. The WebUI seems to work fine, but if I upload a torrent with a total size over 2Gb I just get an 'error' as soon as the torrent is run.The download folder is a CIFS share to a NAS (Acer Altos EasyStore) folder, I can download torrents that are less than 2Gb in total without any problems.I can read/write large files from the command line or Nautilus but any torrent uploaded to Deluge larger than 2Gb is flagged as 'error' as soon as it is run (with no actual error listed in the torrent details).

View 1 Replies View Related

Ubuntu :: Deluge Not Working After Upgrade

Aug 7, 2011

I've been having a problem with Deluge ever since upgrading to Natty. The problem is, it doesn't open anymore. I have the deluge-team ppa's set up and I tried completely uninstalling and reinstalling the program, but this did nothing. When I try running Deluge via the terminal using "deluge-gtk", I get this error:

[Code]....

View 5 Replies View Related

Ubuntu :: Seed Torrents On Deluge Not Working?

Jan 16, 2010

my torrents upload fine when they are peers, but as soon as they finish and become seed's they stop working. they haven't uploaded a single time since becoming seeds.

View 6 Replies View Related

Ubuntu :: Update Gives Error Message About Deluge

Jan 28, 2010

Whenever Ubuntu tries to update itself or if I initiate an update I can install every but Deluge's update.I get the following:

AN ERROR HAS OCCURE:
E: /var/cache/apt/archives/deluge-common_1.2.0-2~karmic~ppa1_all.deb: trying to overwrite '/usr/share/pyshared/deluge-1.2.0.egg-info/dependency_links.txt', which is also in package deluge-core 0

What does this mean? It suggests filtering broken to fix it. I do so and mark deluge for reinstallation but it doesn't seem to solve anything.

View 6 Replies View Related

Ubuntu :: Install An Updated Version Of Deluge

Feb 23, 2010

Im trying to install a program off of the internet and i cannot figure it out. i need to install an updated version of deluge, the updated version is not in the ubuntu catalog yet. so here is the process i went through.

1) went to deluges site, clicked download version 1.2.1 on homepage.
2) went to ubuntu category and chose: "The Deluge packages in Ubuntu:"
3) went to the exact hits category and chose the lucid 1.2.1 version of deluge.
4) went to bottom of page and under "download deluge" and clicked the link
5) chose one of the north america choices
6) chose to open with GDebi Package Installer (default)
7) gave me this error in red letters at top : Error: Dependency is not satisfiable: deluge-gtk (= 1.2.0-1)

View 2 Replies View Related

Ubuntu :: Deluge Bittorrent Client Won't Start

May 31, 2010

I don't know what exactly I did to wreck the functionality but something did Deluge in. I've purged the configuration files and libraries and reinstalled them three times over and every time in terminal that I start it using deluge-gtk I get the following output:

Code:

ryan@ryan-PC-Ubuntu:~$ deluge-gtk
Traceback (most recent call last):
File "/usr/bin/deluge-gtk", line 9, in <module>
load_entry_point('deluge==1.2.2', 'console_scripts', 'deluge-gtk')()

[code]....

View 8 Replies View Related

Ubuntu :: Finding The Cause For Deluge Being Slower Than UTorrent?

Oct 18, 2010

I've installed Ubuntu to take care of network intensive applications (read P2P). I've noticed what many others: uTorrent was faster than Deluge (and of course Transmission, et al). I know enough about how torrents work to understand that the client should not be THAT important, provided its stable and knows its way around. But still, uTorrent was beating Deluge hands down. Well, after fiddling with all the configuration options in Deluge, I think I could've found the reason for it being slower than uTorrent.

The problem was only evident with poor seeded torrents. I started by noticing that uTorrent saw way more peers, and - most importantly - some more seeds. Sometimes Deluge saw zero seeds and 2 peers, while uTorrent was seeing 2 seeds, and 16 peers. And that was the difference between one happy torrent, and a ditched torrent. But I'm rambling so I'll just say it : Deluge only uses one tracker from a multi-tracker torrent, while uTorrent uses all of them. So in uTorrent you just add the torrent and that's it, while in Deluge you have to force it to check the other trackers by changing the priorities of every one to that each one be at the top of the list long enough for Deluge to get the seed/peers from it.

View 1 Replies View Related

Ubuntu Networking :: Set Up Deluge Access Externally?

Jan 10, 2011

I just set up deluge on my of my old boxes running ubuntu server 10.10.

I'm trying to set up access to my deluge site from any where i travel (outside my network)

im not sure if im setting my port forwarding correctly on my router as i can't seem to access from out side my network.

i selected start and end ports to what i gave to deluge...

View 2 Replies View Related

Ubuntu :: Deluge Preferences Grayout After Installing?

May 29, 2011

prefrences options are grayout in deluge after re-installcant download torrents neither.i delete all deluge files and install again and still prefreneces grayout.

View 1 Replies View Related

Programming :: Python 2.x - Represent The Same In Python 3.x

Mar 4, 2010

I have a function definition in a Python 2.x script which take a tuple as one of its arguments, but 2to3 has no answers nor any of my searching on how to represent the same in Python 3.x

Code:

def blah(self, (string1, string2))

View 4 Replies View Related

CentOS 5 :: Upgrade Python-2.4.3 To Python-2.5?

Mar 30, 2011

How can I upgrade python-2.4.3 to python-2.5?

View 1 Replies View Related

Ubuntu :: Deluged And Deluge-web Started At Boot But Not Under Root

Mar 26, 2010

i want deluged and deluge-web started at boot but not under root. So that all downloaded files are owned by not root, but user sm I made a script /etc/init.d/m

Code:

#! /bin/sh
# /etc/init.d/m
case "$1" in

[code]....

but it doesn't start, why?

View 1 Replies View Related

Ubuntu :: Open Port For Transmission Or Deluge To Use Torrents?

Apr 2, 2010

How to open port for transmission or deluge to use torrents, 'cause any of both programs can download any torrent. I've searched on the internet and only find about open ports on hardware router, and that's weird 'cause Deluge on windows works perfect just after installing it and there's no need to open any port on hardware router.

View 1 Replies View Related

Ubuntu Installation :: DELUGE : Install From Source File?

May 31, 2010

How to build .deb package from deluge-1.3.0_rc1.tar.bz2 or from deluge-1.3.0_rc1.tar.gz downloaded source files?

and

How to install Deluge-1.3.0_rc from deluge-1.3.0_rc1.tar.bz2 or from deluge-1.3.0_rc1.tar.gz downloaded source files.

How to edit source.listfile with Deluge auto-update?

OS: Ubuntu 10.04 Lucid Linux
Desktop PC, Intel Core2 Due.

View 3 Replies View Related

Ubuntu :: Setup Transmission/Deluge To Do RSS Feed Downloading?

Jan 21, 2011

I'm trying to set up Transmission/Deluge to do RSS feed downloading. I've got the clients working when I drop a torrent into the folder just fine, but FlexGet is giving me some trouble. I'm using feeds from EZTV & EZRSS to get the torrents for a show. I've used the feeds for months for uTorrent in Windows, so I know they're good. Below is my ~/.flexget/config.yml file.

Code:
feeds:
The Daily Show:
rss: 'https://www.ezrss.it/search/index.php?show_name=The+Daily+Show&date=&quality=&release_group=&mode=rss'
series:
- The Daily Show

[Code]...

Error) download download Failed The Daily Show 2011-01-17 [HDTV - FQM] (URL Error) This happens for every torrent in the feed. I think it has something to do with it substituting %28 for [, %29 for ], and so on, but I'm not sure how to fix it (or if it's actually the problem).

View 2 Replies View Related

Fedora :: Ran Yum Update And Upgraded To Deluge 1.1.9-1?

Jul 6, 2009

I recently ran yum update and upgraded to deluge 1.1.9-1. It worked for a while, but after a reboot all I get is this:

Code:
[swarm32@smithers ~]$ deluged -d -L debug
[INFO ] 00:06:39 daemon:48 Deluge daemon 1.1.9
[DEBUG ] 00:06:39 daemon:49 options: {'loglevel': 'debug', 'quiet': False, 'logfile': None, 'config': None, 'port': None, 'pidfile': None, 'donot': True}
[DEBUG ] 00:06:39 daemon:50 args: []
[DEBUG ] 00:06:39 core:91 Core init.

[Code]...

View 5 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved