GNU bug report logs - #66290
transmission-daemon-service-type not serving web interface

Previous Next

Package: guix;

Reported by: elaexuotee <at> wilsonb.com

Date: Sun, 1 Oct 2023 09:02:02 UTC

Severity: normal

Done: Clément Lassieur <clement <at> lassieur.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Clément Lassieur <clement <at> lassieur.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#66290: closed (transmission-daemon-service-type not serving
 web interface)
Date: Thu, 30 Nov 2023 10:19:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Thu, 30 Nov 2023 10:17:36 +0000
with message-id <edd4da01-16de-4a29-b998-a4a21234595d <at> app.fastmail.com>
and subject line Re: bug#66290: transmission-daemon-service-type not serving web interface
has caused the debbugs.gnu.org bug report #66290,
regarding transmission-daemon-service-type not serving web interface
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
66290: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=66290
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: elaexuotee <at> wilsonb.com
To: bug-guix <at> gnu.org
Subject: transmission-daemon-service-type not serving web interface
Date: Sun, 01 Oct 2023 18:00:25 +0900
The documentation for transmission-daemon-service-type makes it sound like the
web interface should be up and running:

       Once the service is started, users can interact with the daemon
    through its Web interface (at ‘http://localhost:9091/’) ...

However, the daemon throws 404 when accessing said url:

    404: Not Found

    Couldn't find Transmission's web interface files!

    Users: to tell Transmission where to look, set the TRANSMISSION_WEB_HOME environment variable to the folder where the web interface's index.html is located.

    Package Builders: to set a custom default at compile time, #define PACKAGE_DATA_DIR in libtransmission/platform.c or tweak tr_getClutchDir() by hand.

Anyone else seeing this?

Just for good measure, here is my config:

    (transmission-daemon-configuration
      (rpc-authentication-required? #t)
      (rpc-username "transmission")
      (rpc-password "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx")
      (rpc-whitelist-enabled? #t)
      (rpc-whitelist          '("::1" "127.0.0.1" "192.168.*"))
      (encryption 'require-encrypted-connections)
      (alt-speed-down (* 1024 1)) ; 1MB/s
      (alt-speed-up   512)
      (alt-speed-time-enabled? #t)
      (alt-speed-time-day      'weekdays)
      (alt-speed-time-begin    (* 60 8))
      (alt-speed-time-end      (* 60 19))
      (watch-dir-enabled? #t)
      (watch-dir          "/var/lib/transmission-daemon/torrents"))


[Message part 3 (message/rfc822, inline)]
From: Clément Lassieur <clement <at> lassieur.org>
To: "Alan Manuel Gloria" <almkglor <at> gmail.com>
Cc: 66290-done <at> debbugs.gnu.org
Subject: Re: bug#66290: transmission-daemon-service-type not serving web
 interface
Date: Thu, 30 Nov 2023 10:17:36 +0000
On Thu, Nov 30, 2023, at 2:44 AM, Alan Manuel Gloria wrote:
> Just did a `guix pull` and rebuilt the system with `guix system reconfigure` (

> which took a few days,
!!

> seems there was a lot of changes), and now the transmission web UI is working. So probably I was just before that change.
> 
> Can probably close this bug.

Alright, closed!


This bug report was last modified 1 year and 228 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.