Problem with 1.60 WebUI on headless NAS
Posted: Thu May 07, 2009 1:39 pm
I'm running transmission-daemon with the web interface on a Synology CS407 NAS. I've been still using 1.34 because of a unicode bug in 1.4x/1.5x reported here and here. But even though the bug is still there in 1.60 I'd like to upgrade now because I don't want to miss the new enhancements to the web interface, thank you for that!
But after upgrading and restarting the daemon I got this...
...and then, but first AFTER calling the webinterface
That's all, the crucial line
"Serving the web interface files from "/opt/share/transmission/web"
isn't shown and my browser gives me a "404"

(of course all files are where they should be)
The daemon itself is running fine, all my active torrents from 1.34 started again instantly after upgrading, so in my understanding it seems to be an issue with Transmission's webserver. I'm also wondering what the first two lines after starting the daemon concerning IPv6 mean, could that be the reason why Transmission isn't serving the WebUI? And if so, can the IPv6 support be disabled to make Transmission run on my Syno again?
Just my humble thoughts, sorry if that is nonsense...
Any help would be much appreciated!
But after upgrading and restarting the daemon I got this...
Code: Select all
syno> transmission-daemon -f
[20:05:30.427] Couldn't create socket: Address family not supported by protocol
[20:05:30.445] System does not seem to support IPv6. Not listening onan IPv6 address
[20:05:30.447] RPC Server: Adding address to whitelist: 127.0.0.1
[20:05:30.447] RPC Server: Adding address to whitelist: 192.168.*.*
[20:05:30.448] RPC Server: Serving RPC and Web requests on port 9091
[20:05:30.449] RPC Server: Whitelist enabled
[20:05:30.449] Transmission 1.60 (8339) started
[20:05:31.431] %s succeeded (%d): initnatpmp succeeded (0)
[20:05:31.431] %s succeeded (%d): sendpublicaddressrequest succeeded (2)
[20:05:39.470] Starting: Starting
[20:05:39.470] Opened port %d on %s to listen for incoming peer connections: Opened port 51413 on 0.0.0.0 to listen for incoming peer connections
[20:05:39.530] Starting: Starting
Code: Select all
[20:36:13.948] Searching for web interface file "/root/.local/share/transmission/web/javascript/transmission.js"
[20:36:13.974] Searching for web interface file "/opt/share/transmission/web/javascript/transmission.js"
"Serving the web interface files from "/opt/share/transmission/web"
isn't shown and my browser gives me a "404"

(of course all files are where they should be)
The daemon itself is running fine, all my active torrents from 1.34 started again instantly after upgrading, so in my understanding it seems to be an issue with Transmission's webserver. I'm also wondering what the first two lines after starting the daemon concerning IPv6 mean, could that be the reason why Transmission isn't serving the WebUI? And if so, can the IPv6 support be disabled to make Transmission run on my Syno again?
Just my humble thoughts, sorry if that is nonsense...
Any help would be much appreciated!