running deluge on headless ubuntu server

General support for problems installing or using Deluge
Post Reply
t0nes

running deluge on headless ubuntu server

Post by t0nes »

I'm trying to setup Deluge on an Ubuntu-Jaunty sever via SSH. I've installed the package using apt-get.

Of course, when I try to run deluge, it tells me it can't find GTK. Fair enough, because I'm running it in an SSH window.

But when I try to run it with the console UI or the web UI, it tells me "ImportError: No module named console.main" or "ImportError: No module named webui.webui"

Do I need to hook up a monitor and keyboard to my box to get Deluge running? Or is there a way to install/enable these modules from the command-line? Or what am I missing?

Thanks!

=T=
User avatar
silverdulcet
Member
Member
Posts: 41
Joined: Sat Jul 21, 2007 6:48 am
Contact:

Re: running deluge on headless ubuntu server

Post by silverdulcet »

When asking a question it is always helpful to mention what version of Deluge you are trying to run. Things often change quite a bit between versions.

But, from what I know about those errors I would check to make sure you have installed the packages deluge-console and deluge-webui (for 1.1.9) or deluge-web (for 1.2.0-rc1-2). The devs have created these seperate packages for the daemon, and each UI so that you only have to install as much or as little of deluge as you need/want to use. The other thing to check is whether or not the daemon (deluged) is running or not. See information regarding the daemon from the wiki:
http://dev.deluge-torrent.org/wiki/Faq#Daemon
johnnyg
Top Bloke
Top Bloke
Posts: 1522
Joined: Sun Oct 28, 2007 4:00 am
Location: Sydney, Australia

Re: running deluge on headless ubuntu server

Post by johnnyg »

markp1989
Member
Member
Posts: 21
Joined: Thu Sep 10, 2009 9:32 pm

Re: running deluge on headless ubuntu server

Post by markp1989 »

silverdulcet wrote:When asking a question it is always helpful to mention what version of Deluge you are trying to run. Things often change quite a bit between versions.

But, from what I know about those errors I would check to make sure you have installed the packages deluge-console and deluge-webui (for 1.1.9) or deluge-web (for 1.2.0-rc1-2). The devs have created these seperate packages for the daemon, and each UI so that you only have to install as much or as little of deluge as you need/want to use. The other thing to check is whether or not the daemon (deluged) is running or not. See information regarding the daemon from the wiki:
http://dev.deluge-torrent.org/wiki/Faq#Daemon
im not the op, but i have a similar setup:

i have installed deluge-console deluge-webui , but when i try to run deluged , i get get told to install deluge-core, which trys to remove deluge-common deluge-console deluge-web deluge-webui

thanks for any help, mark :D
Post Reply