Page 1 of 2 12 LastLast
Results 1 to 10 of 15

Thread: Deluge Daemon Web UI No Longer Starting

  1. #1
    Join Date
    Jul 2014
    Beans
    21

    Deluge Daemon Web UI No Longer Starting

    Environment:
    Ubuntu 14.04 headless server
    deluge 1.3.6
    libtorrent 0.16.16.0

    This setup was running fine until recently. I updated my sudo password, and installed OpenVPN as I've had a few emails from my ISP. I can get the console to start successfully, and when I start the daemon and web-ui from command line I get a successful message, but when I check through Webmin, they are not running, and of course I cannot access the web UI. It either spins forever or immediately says it can't connect in fireofox. I didn't think it was the VPN as I can access Mediatomb and Webmin just fine, but I tested with VPN off to confirm.

    Could changing my sudo password somehow have blocked deluge from starting? The logs tell me nothing, unless I have the wrong logging setup.

    Ok, checked the daemon log and found this:
    Error common:167 Unable to use default config directory, exiting... ([Errno 13] Permission denied: '/home/~/.config/deluge')

    I'm guessing that password change may have caused an issue somewhere in deluge. I'll search this error and see what I find if I don't get a response sooner.
    Last edited by howefield; January 13th, 2016 at 03:21 PM.

  2. #2
    Join Date
    Jan 2009
    Location
    South Carolina
    Beans
    Hidden!
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Deluge Daemon Web UI No Longer Starting

    How are you running deluge (which user)?

  3. #3
    Join Date
    Jul 2014
    Beans
    21

    Re: Deluge Daemon Web UI No Longer Starting

    I'm attempting to start the daemon using my sudo user, who is also the user I have listed in my init scripts. I have added this user to the deluge group as well. Is that what you're asking?

  4. #4
    Join Date
    Jan 2009
    Location
    South Carolina
    Beans
    Hidden!
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Deluge Daemon Web UI No Longer Starting

    Looks like you don't own the config directory for some reason, probably because of running deluge as root at one point.

    Try this:
    Code:
    chown -R username:username /home/username/.config/deluge

  5. #5
    Join Date
    Jul 2014
    Beans
    21

    Re: Deluge Daemon Web UI No Longer Starting

    I tried that, same error. Not sure what the permissions on this folder were originally, but when I check they were root:root.

  6. #6
    Join Date
    Jan 2009
    Location
    South Carolina
    Beans
    Hidden!
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Deluge Daemon Web UI No Longer Starting

    Weird... try backing up your config and having Deluge make a new one.

    Code:
    mv .config/deluge .config/delugebak
    You might have to run that as root (or sudo).

  7. #7
    Join Date
    Jul 2014
    Beans
    21

    Re: Deluge Daemon Web UI No Longer Starting

    How do I recreate the /deluge folder? Also, noticed I have a user and group named debian-deluged that did not exist before, at least not when I originally set this up.
    Last edited by nuttboxer2; July 19th, 2014 at 09:34 PM.

  8. #8
    Join Date
    Jan 2009
    Location
    South Carolina
    Beans
    Hidden!
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Deluge Daemon Web UI No Longer Starting

    If you mean restoring it to like it was, you can just move it back:
    Code:
    mv .config/delugebak .config/deluge

  9. #9
    Join Date
    Jul 2014
    Beans
    21

    Re: Deluge Daemon Web UI No Longer Starting

    Sorry, not restoring, the having deluge make a new one part. I only know how to do this by re-installing.

  10. #10
    Join Date
    Jan 2009
    Location
    South Carolina
    Beans
    Hidden!
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Deluge Daemon Web UI No Longer Starting

    I believe Deluge will do this automatically whenever you restart it.

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •