Hello Guys,
I have been having problems with Clutch and I couldn't find a solution. I have the following packages installed:
libcurl - 7.18.2-1 - Curl is a command line tool for transferring files with URL syntax, supporting FTP, FTPS, HTTP, HTTPS, GOPHER, TELNET, DICT, FI
libdb - 4.2.52-3 - Berkeley DB Libraries
libiconv - 1.11-2 - Converts between character encodings.
libstdc++ - 6.0.3-6 - Standard C++ library, needed for dynamically linked C++ programs
libxml2 - 2.6.32-1 - Libxml2 is the XML C parser and toolkit developed for the Gnome project.
libxslt - 1.1.24-1 - An XML Stylesheet processor based on libxml2
openssl - 0.9.7m-4 - Openssl provides the ssl implementation in libraries libcrypto and libssl, and is needed by many other applications and librari
pcre - 7.7-1 - Perl-compatible regular expression library
php - 5.2.6-1 - The php scripting language
php-fcgi - 5.2.6-1 - The php scripting language, built as an fcgi module
transmission - 1.21+r6060-1 -
I have modified the following to have 777 mod:
/root/.config/transmission
/root/.config/transmission-daemon
/usr/www/lib/custom
I don't get any error when I start transmission-daemon and I see 3 jobs running in ps -A command.
1402 ? 00:00:00 transmission-da
1403 ? 00:00:00 transmission-da
1404 ? 00:00:00 transmission-da
However, when I use the clutch webpage, I get the error message "Connection Failed".
I found this error in /var/log/lighttpd/error.log
2008-06-08 01:28:09: (mod_fastcgi.c.2175) FastCGI-stderr: PHP Warning: socket_connect() [<a href='function.socket-connect'>function.socket-connect</a>]: unable to connect [111]: Connection refused in /opt/share/www/lighttpd/clutch/remote/lib/TransmissionController.class.php on line 103
Line 103 of TransmissionController.class.php shows:
$Return = socket_connect($this->Socket, $this->SocketURL);
I am unsure if the transmission-daemon is using /etc/init.d/transmission.sh.
It doesn't appear to be a permission issue, more like a socket connection case.
Appreciate the advice. Thanks.