I have now compiled transmission on Nexenta (Open Solaris clone) successfully, and installed it successfully.
I have a problem getting to the web interface or actually making transmission-daemon do anything.
I get it to start with -f so I should be getting something but all I am seeing on that window is
And if I for example try to list active torrents with :Transmission 1.41b4 (7408) started
It just hangs there until I press CTRL-C (is that normal ? )transmission-remote 9091 -l
If I try to add a torrent or start downloading a torrent, nothing happens, it just sits there and does nothing. No cpu hike, nothing.
I am running on
SunOS 5.11
AMD 64 bit cpu
4 GB memory and plenty of disk
I have PHP installed
PHP 5.2.8 (cli) (built: Dec 21 2008 02:30:44)
Copyright (c) 1997-2008 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2008 Zend Technologies
and curl and everything else, otherwise nothing would run.
Here is my settings file :
Code: Select all
{
"blocklist-enabled": 1,
"download-dir": "\/export\/home\/torrents",
"download-limit": 100,
"download-limit-enabled": 0,
"encryption": 1,
"max-peers-global": 200,
"peer-port": 51413,
"pex-enabled": 1,
"port-forwarding-enabled": 0,
"rpc-authentication-required": 0,
"rpc-password": "",
"rpc-port": 9091,
"rpc-username": "",
"rpc-whitelist": "127.0.0.1, 10.0.1.*",
"upload-limit": 100,
"upload-limit-enabled": 0
}
When I do transmission-remote with -b for debugging, I get this info :
Code: Select all
/usr/local/bin/transmission-remote 9091 -b -l
posting:
--------
{
"arguments": {
"fields": [
"eta",
"id",
"leftUntilDone",
"name",
"peersGettingFromUs",
"peersSendingToUs",
"rateDownload",
"rateUpload",
"sizeWhenDone",
"status",
"uploadRatio"
]
},
"method": "torrent-get",
"tag": 0
}
--------
* About to connect() to localhost port 9091 (#0)
* Trying 127.0.0.1... * connected
* Connected to localhost (127.0.0.1) port 9091 (#0)
> POST /transmission/rpc HTTP/1.1
User-Agent: transmission-remote/1.41b4 (7408)
Host: localhost:9091
Accept: */*
Content-Length: 396
Content-Type: application/x-www-form-urlencoded
When I try to open up a browser with the url http://<ip>:9091/
It just hangs there, no error what so ever.
I have tried a few version like 1.40 release and 1.41b4 without any luck.
Best regards,
Trausti
Any help would be appreciated. Hope someone can help.