WebUI + GTK Simultaneously?

General support for problems installing or using Deluge
Post Reply
Apocrathia

WebUI + GTK Simultaneously?

Post by Apocrathia »

I understand that you can start the webui via

Code: Select all

deluge -u web
but then you have no gtk support. I have a headless linux server that I run my torrent client on because it also serves as my file server, so it's just easier to keep everything in one place. I really like where deluge is going, it reminds me a lot of µTorrent on windows but open source and a bit more full featured. Even though I run a headless server, I still vnc in all the time for administration. I was running 0.5 with the webui plugin and I guess it's now integrated. However I would think that

Code: Select all

deluge -u web, deluge -u gtk
or

Code: Select all

deluge -u web -u gtk
would work to start both interfaces in the same instance. Nope, big letdown. Everything worked before, what happened guys? I really liked 0.5. Even though it was unstable as hell, which is why I ended up switching Transmission (Good client, but really lacking on features. But at least it does gtk + webui at once). I'd like to use deluge again, but if I don't figure out how to get this working, I don't think it'll be possible.
Side note: is there an iPhone optimized interface for the webui? I know there is for Transmission and I love it!
mvoncken
Developer
Developer
Posts: 225
Joined: Mon Sep 03, 2007 9:38 pm

Re: WebUI + GTK Simultaneously?

Post by mvoncken »

use screen or open multiple terminals.
dev: webui, core, labels | irc:vonck7 |
markybob
Compulsive Poster
Compulsive Poster
Posts: 1230
Joined: Thu May 24, 2007 11:27 pm
Location: Chicago, IL, USA
Contact:

Re: WebUI + GTK Simultaneously?

Post by markybob »

mvoncken wrote:use screen or open multiple terminals.
fyi http://www.kuro5hin.org/story/2004/3/9/16838/14935
johnnyg
Top Bloke
Top Bloke
Posts: 1522
Joined: Sun Oct 28, 2007 4:00 am
Location: Sydney, Australia

Re: WebUI + GTK Simultaneously?

Post by johnnyg »

just out of curiosity, why are you wanting to run the GTK UI on a headless server? (most headless servers normally don't have X on them)
Apocrathia

Re: WebUI + GTK Simultaneously?

Post by Apocrathia »

johnnyg wrote:just out of curiosity, why are you wanting to run the GTK UI on a headless server? (most headless servers normally don't have X on them)
I'm not the greatest at command line administration, so it's just easier for me to keep x running. The server I am using can more than handle the extra load.
mvoncken wrote:use screen or open multiple terminals.
I am using ubuntu's session startup manager (system>preferences>sessions) to start my torrent downloader. So I will just add an extra item for the webui.

I will search the forums for an answer to this but I am getting this when I run "deluged" then "deluge -u gtk" and then I get this error on "deluge -u web".

Code: Select all

Traceback (most recent call last):
  File "/usr/bin/deluge", line 8, in <module>
    load_entry_point('deluge==1.0.5', 'console_scripts', 'deluge')()
  File "/var/lib/python-support/python2.5/deluge/main.py", line 99, in start_ui
    UI(options, args)
  File "/var/lib/python-support/python2.5/deluge/ui/ui.py", line 66, in __init__
    ui = WebUI(args)
  File "/var/lib/python-support/python2.5/deluge/ui/webui/webui.py", line 37, in __init__
    deluge_webserver.run(debug = False)
  File "/var/lib/python-support/python2.5/deluge/ui/webui/deluge_webserver.py", line 127, in run
    server.start()
  File "/var/lib/python-support/python2.5/deluge/ui/webui/lib/webpy022/wsgiserver/__init__.py", line 851, in start
    raise socket.error, msg
socket.error: (98, 'Address already in use')
mvoncken
Developer
Developer
Posts: 225
Joined: Mon Sep 03, 2007 9:38 pm

Re: WebUI + GTK Simultaneously?

Post by mvoncken »

The webui is already running, or something else is running on the webui port.
dev: webui, core, labels | irc:vonck7 |
Post Reply