Search found 11 matches
- Wed Feb 02, 2011 2:10 am
- Forum: Mac Support
- Topic: Headless Mac Torrent Download-Server?
- Replies: 23
- Views: 40261
Re: Headless Mac Torrent Download-Server?
Sorry mate, I don't use the "watch-dir" feature so I wouldn't know if there's any problem with it.
- Tue Feb 01, 2011 4:28 pm
- Forum: Mac Support
- Topic: Headless Mac Torrent Download-Server?
- Replies: 23
- Views: 40261
Re: Headless Mac Torrent Download-Server?
Thanks for getting to the bottom of this. Excellent work!
I just now had the chance to try out https://trac.transmissionbt.com/changeset/11785 and it seems to resolve this long standing issue. No more temporarily moving app support and similar shenanigans.
Thanks!
I just now had the chance to try out https://trac.transmissionbt.com/changeset/11785 and it seems to resolve this long standing issue. No more temporarily moving app support and similar shenanigans.
Thanks!
- Mon Jan 24, 2011 10:05 pm
- Forum: Mac Support
- Topic: Headless Mac Torrent Download-Server?
- Replies: 23
- Views: 40261
Re: Headless Mac Torrent Download-Server?
Here is the script I use to start the daemon. I have it saved in /usr/local/bin/std (std => Start Transmission Daemon).
#!/bin/bash
# Starts transmission-daemon, but first renames AppSupport/Transmission folder
# so that td doesn't pickup its settings, and copies blocklist.bin from Transmission ...
#!/bin/bash
# Starts transmission-daemon, but first renames AppSupport/Transmission folder
# so that td doesn't pickup its settings, and copies blocklist.bin from Transmission ...
- Tue Oct 13, 2009 12:09 am
- Forum: Support
- Topic: Where does daemon load torrents from?
- Replies: 2
- Views: 2754
Re: Where does daemon load torrents from?
Hello, this is my first post, so i hope, you help me :wink: .
Hi there and welcome. I would like to help you, but I don't know what is the solution to your problem.
Since your problem is not directly related to the one I described above, it would probably be better if you start a new topic in this ...
Hi there and welcome. I would like to help you, but I don't know what is the solution to your problem.
Since your problem is not directly related to the one I described above, it would probably be better if you start a new topic in this ...
- Sun Jun 21, 2009 10:48 pm
- Forum: Mac Support
- Topic: Can't build Transmission 1.7x on Leopard
- Replies: 2
- Views: 2638
Re: Can't build Transmission 1.7x on Leopard
I don't think that is necessary. It certainly wasn't in previous versions, and I didn't see any mention of such changes in change log so I guess it shouldn't be required in 1.7x either.
I'm trying to find out if anyone is able to build from source just by opening Xcode project and hitting build ...
I'm trying to find out if anyone is able to build from source just by opening Xcode project and hitting build ...
- Sun Jun 21, 2009 10:09 pm
- Forum: Mac Support
- Topic: Can't build Transmission 1.7x on Leopard
- Replies: 2
- Views: 2638
Can't build Transmission 1.7x on Leopard
I am unable to build Transmission 1.70, 1.71 and 1.72 from source distribution on Leopard. Previous versions work just fine. Xcode version is 3.1.2.
Build log
I am mainly looking for a confirmation that other people are able to build 1.7x on Leopard without problems before I submit this as a bug ...
Build log
I am mainly looking for a confirmation that other people are able to build 1.7x on Leopard without problems before I submit this as a bug ...
- Sat Jun 20, 2009 10:17 pm
- Forum: Mac Support
- Topic: Headless Mac Torrent Download-Server?
- Replies: 23
- Views: 40261
Re: Headless Mac Torrent Download-Server?
I'm running transmission-daemon (TD) on Leopard for a while now, and its actually not that complicated to get up and running. I don't have MacPorts installed, so you don't need it either.
NOTES:
1. Transmission 1.72 doesn't build for me on Leopard (that is why I came to this forum in the first ...
NOTES:
1. Transmission 1.72 doesn't build for me on Leopard (that is why I came to this forum in the first ...
- Tue Feb 10, 2009 1:17 pm
- Forum: Support
- Topic: Where does daemon load torrents from?
- Replies: 2
- Views: 2754
Where does daemon load torrents from?
Hi all,
I am wondering where should daemon look for torrent files, by design? Any clues as to weather what I'm describing below is a bug or expected behavior would be appreciated.
I have Mac client (1.4x) and daemon (compiled from 1.50b1 sources) installed on my Mac. When starting daemon it ...
I am wondering where should daemon look for torrent files, by design? Any clues as to weather what I'm describing below is a bug or expected behavior would be appreciated.
I have Mac client (1.4x) and daemon (compiled from 1.50b1 sources) installed on my Mac. When starting daemon it ...
- Tue Feb 10, 2009 12:53 pm
- Forum: Support
- Topic: rpc-spec.txt bugs
- Replies: 0
- Views: 2863
rpc-spec.txt bugs
Hi,
I think RPC URL should be added to rpc-spec.txt, perhaps even RPC wiki page.
I read the rpc-spec.txt and tried to POST requests to http://host:port/ but I got a "405: Method Not Allowed". I found in the forums that the correct URL to use is http://host:port/transmission/rpc but it really should ...
I think RPC URL should be added to rpc-spec.txt, perhaps even RPC wiki page.
I read the rpc-spec.txt and tried to POST requests to http://host:port/ but I got a "405: Method Not Allowed". I found in the forums that the correct URL to use is http://host:port/transmission/rpc but it really should ...
- Fri Jan 16, 2009 11:43 pm
- Forum: Web Interface
- Topic: How to setup web interface for transmission-daemon?
- Replies: 6
- Views: 131077
Re: How to setup web interface for transmission-daemon?
The 404 error should give you instructions on how to solve the problem...?
Not the case here. The only thing on the screen was "404: Not found".
However, Waldorf on IRC solved my problem with this patch and added this page to the wiki. Though that wiki page will need some updating once his patch ...
Not the case here. The only thing on the screen was "404: Not found".
However, Waldorf on IRC solved my problem with this patch and added this page to the wiki. Though that wiki page will need some updating once his patch ...
- Fri Jan 16, 2009 12:35 pm
- Forum: Web Interface
- Topic: How to setup web interface for transmission-daemon?
- Replies: 6
- Views: 131077
How to setup web interface for transmission-daemon?
I downloaded Transmission1.50 Beta 1 and compiled via Xcode project transmission-daemon. I can start the daemon just fine in the foreground and I can access it via transmission-remote that I also compiled form that Xcode project.
However, when I go to http://localhost:9091/ I get redirected to http ...
However, when I go to http://localhost:9091/ I get redirected to http ...