Search found 5 matches

by paramount
Tue May 26, 2009 11:43 pm
Forum: Support
Topic: Problem with Daemon 1.61 and FreeBSD
Replies: 10
Views: 10257

Re: Problem with Daemon 1.61 and FreeBSD

My Transmission 1.61 is from ports too.
The old 1.60 was from "ports" too... but I modified the ports (that was in 1.51) to compile the 1.60, because the port maintener was too late to make a working port for 1.60. It worked very good. Without problem.
When the 1.61 was release, the port maintener ...
by paramount
Sun May 24, 2009 8:41 pm
Forum: Support
Topic: Problem with Daemon 1.61 and FreeBSD
Replies: 10
Views: 10257

Re: Problem with Daemon 1.61 and FreeBSD

Now I found a patch for the problem with Web GUI.

http://trac.transmissionbt.com/changeset/8400

I'll try to complie the new files and see what happens.

But what about the download directory problem? Someone got a clue for it?
by paramount
Sun May 24, 2009 8:25 pm
Forum: Support
Topic: Problem with Daemon 1.61 and FreeBSD
Replies: 10
Views: 10257

Re: Problem with Daemon 1.61 and FreeBSD

... after some work.

To get the download working, I made a symbolic link from /root/Downloads to /inetpub/bittorrents/downloads. And the downloads started ok.

But still can't add new torrents from the Web interface. Only from the transmission-remote.

And a new error appears when a download get ...
by paramount
Sun May 24, 2009 8:21 pm
Forum: General
Topic: Transmission for FreeBSD start script
Replies: 0
Views: 2319

Transmission for FreeBSD start script

I made a script to put into /usr/local/etc/rc.d and start Transmission-daemon automaticaly with the system. Tested with FreeBSD 7.X

#!/bin/sh

# PROVIDE: transmission-daemon
# REQUIRE: DAEMON
#
# Add the following lines to /etc/rc.conf.local or /etc/rc.conf
# to enable transmission-daemon ...
by paramount
Sun May 24, 2009 5:59 pm
Forum: Support
Topic: Problem with Daemon 1.61 and FreeBSD
Replies: 10
Views: 10257

Problem with Daemon 1.61 and FreeBSD

After upgrading to 1.61 my daemon doesn't work anymore. Including the web interface.

What is happening:

The daemon is not looking for my download directory.
In my settings.json, I have:
"download-dir": "\/inetpub\/bittorrents\/downloads",
Tried in the command line too:
transmission-daemon -f ...