Search found 5 matches
- Sun Dec 20, 2009 8:54 am
- Forum: Support
- Topic: How to direct Transmission to an existing folder?
- Replies: 5
- Views: 9291
Re: How to direct Transmission to an existing folder?
In case of unix or any other file system able to make use of links just make a softlink between your directory of data or the filenames and whatever transmission expects. It is not a very good solution, but a workable one. Would definitly be nice to be able to set the directory for a torrent ...
- Fri Dec 18, 2009 9:41 am
- Forum: Requests
- Topic: "Too many open files" error on OpenSolaris 0906
- Replies: 2
- Views: 5046
Re: "Too many open files" error on OpenSolaris 0906
The 'Too many open files' is related to 32bit applications having just 256 filedescriptors available. Whatever you do regarding rlimit as long as libc is used. You can preload /usr/lib/extendedFILE.so.1 to get around that limitation or build it as a 64bit application. There is some solaris specific ...
- Mon Dec 14, 2009 7:56 am
- Forum: Requests
- Topic: Adding a few startup options to the daemon.
- Replies: 5
- Views: 4634
Re: Adding a few startup options to the daemon.
The daemon always uses settings.json, why not just change it there? You don't need to have all options on the command line. It is a good idea though to relocate the default config directory using -g to a place like /var/lib/transmission, having it at ${TRANSMISSION_USER_HOME}/.config/transmission ...
- Mon Dec 14, 2009 7:50 am
- Forum: General
- Topic: BitTorrent, Transmission and IPv6
- Replies: 5
- Views: 31810
Re: BitTorrent, Transmission and IPv6
It would be nice though if IPv6 could be disabled in the config file, not auto-detected based on the existance of IPv6 interfaces. Including (not) getting IPv6 peers from trackers / dht / ltep.
- Sat Dec 05, 2009 11:36 am
- Forum: Requests
- Topic: Auto-pause when uploaded
- Replies: 7
- Views: 7123
Re: Auto-pause when uploaded
transmission-daemon 1.76 in combination with transmission-remote-dotnet supports stop-seeding-at-ratio both on a global and a per-torrent override basis.