You are not logged in.

#1 2010-07-10 07:36:35

faytaliti
Member
From: Chennai, Tamil Nadu, India
Registered: 2009-03-29
Posts: 13

[SOLVED] Deluge, it's daemon and it's webUI. HELP

Hi all.
I just installed deluge on my download box ( my "NEW" old workstation smile ) and I would like to access and control it from all my machines that share the same local network. So if some of you could elaborate the process to me, I'd be delighted.
Cheers,
faytaliti

Last edited by faytaliti (2010-07-11 04:02:51)


Linux Vs. Human Brain.
Round 1 - Fight!!!

Offline

#2 2010-07-10 08:25:25

jwbirdsong
Member
From: Western KS USA
Registered: 2006-11-25
Posts: 173

Re: [SOLVED] Deluge, it's daemon and it's webUI. HELP

Just start deluge-web then connect localhost:8112 in your fav browser.   Default password is deluge. 
See man deluge-web also.


PLEASE read and try to FIX/FILE BUGS instead of assuming other have/will.

Offline

#3 2010-07-10 08:34:13

faytaliti
Member
From: Chennai, Tamil Nadu, India
Registered: 2009-03-29
Posts: 13

Re: [SOLVED] Deluge, it's daemon and it's webUI. HELP

I ran deluged and deluge.
Then when I ran deluge-web I got the following output-

[faytaliti@node-1 ~]$ deluge-web -p 8235 --ssl
Traceback (most recent call last):
  File "/usr/bin/deluge-web", line 8, in <module>
    load_entry_point('deluge==1.2.3', 'console_scripts', 'deluge-web')()
  File "/usr/lib/python2.6/site-packages/deluge/ui/web/web.py", line 132, in start
    web.start()
  File "/usr/lib/python2.6/site-packages/deluge/ui/web/web.py", line 104, in start
    import server
  File "/usr/lib/python2.6/site-packages/deluge/ui/web/server.py", line 58, in <module>
    from deluge.ui.web.auth import Auth
  File "/usr/lib/python2.6/site-packages/deluge/ui/web/auth.py", line 61, in <module>
    from deluge.ui.web.json_api import JSONComponent, export
  File "/usr/lib/python2.6/site-packages/deluge/ui/web/json_api.py", line 54, in <module>
    from deluge.ui.web.common import _
  File "/usr/lib/python2.6/site-packages/deluge/ui/web/common.py", line 37, in <module>
    from mako.template import Template as MakoTemplate
ImportError: No module named mako.template

Checking with the ps command I got-

[faytaliti@node-1 ~]$ ps -ef | grep deluge-web
1000      2214  2157  0 14:02 pts/1    00:00:00 grep deluge-web

Thus it is clear that deluge is not running... Now what?


Linux Vs. Human Brain.
Round 1 - Fight!!!

Offline

#4 2010-07-10 12:12:01

Mr.Elendig
#archlinux@freenode channel op
From: The intertubes
Registered: 2004-11-07
Posts: 4,092

Re: [SOLVED] Deluge, it's daemon and it's webUI. HELP

pacman -Si deluge. Look at the optdepends.  And next time read the pacman output when you install something.


Evil #archlinux@libera.chat channel op and general support dude.
. files on github, Screenshots, Random pics and the rest

Offline

#5 2010-07-10 14:54:49

graysky
Wiki Maintainer
From: :wq
Registered: 2008-12-01
Posts: 10,600
Website

Re: [SOLVED] Deluge, it's daemon and it's webUI. HELP

Mr.Elendig wrote:

pacman -Si deluge. Look at the optdepends.  And next time read the pacman output when you install something.

Or use the search button - http://bbs.archlinux.org/viewtopic.php?id=67265 cool

FYI deluge provides four things:

1) deluged (daemon)
2) deluge-console (tty based frontend)
3) deluge (gtk based frontend)
4) deluge-web (http based frontend)

Enjoy!

Last edited by graysky (2010-07-10 14:55:58)


CPU-optimized Linux-ck packages @ Repo-ck  • AUR packagesZsh and other configs

Offline

#6 2010-07-10 18:59:13

jwbirdsong
Member
From: Western KS USA
Registered: 2006-11-25
Posts: 173

Re: [SOLVED] Deluge, it's daemon and it's webUI. HELP

Sorry guess I thought you JUST needed a little help w/  webui.  although  I suppose someone COULD have gleaned the fact that daemon wasn't running  from it's daemon and it's webUI. HELP

Clear descriptions lead to thorough help

hmm


PLEASE read and try to FIX/FILE BUGS instead of assuming other have/will.

Offline

#7 2010-07-11 04:01:22

faytaliti
Member
From: Chennai, Tamil Nadu, India
Registered: 2009-03-29
Posts: 13

Re: [SOLVED] Deluge, it's daemon and it's webUI. HELP

Thanks guys!!! Installing the optional dependencies fixed the issues. I guess I should have paid more attention the pacman output for deluge's optional dependencies. And yes graysky, I should have searched a bit longer tongue
Anyway, thanks a bunch for all your help and may Arch live forever!
Cheers,
faytaliti


Linux Vs. Human Brain.
Round 1 - Fight!!!

Offline

Board footer

Powered by FluxBB