Page 7 of 9 FirstFirst ... 56789 LastLast
Results 91 to 105 of 131

Thread: transmission the latest the greatest

  1. #91
    Quote Originally Posted by 56k View Post
    Transmission 1.91 (2010/02/21)
    avberk can we assist in compling this - what's involved - I don't think its fair to keep on asking you to update based on Transmission releases...but it is very much appreciated
    Last edited by velcrow; 22-02-2010 at 15:36.

  2. #92
    Quote Originally Posted by Stewa View Post
    So Guys, how do you like 1.90? Any problems?
    avberk can we assist in compling this - what's involved - I don't think its fair to keep on asking you to update based on Transmission releases...but it is very much appreciated
    Sorry! I didn't mean to be rude but try to update. We are all appreciated all your works and effort.

    Again thanks

  3. #93

    Transmission - Schedule ?

    hi
    (sorry if this has been asked before)
    i am trying to get transmission to only download/upload after 12 midnight
    till 8am i have tried settings in web gui and transmission remote but it still downloads all the time ?
    do i need to edit the settings file or something as well ?
    thanks for any help

  4. #94
    Join Date
    Feb 2005
    Location
    Germany - Frankfurt
    Posts
    1,548
    You can start and stop the transmission service with a cron script.

    simply use
    Code:
    /opt/etc/init.d/S90transmission-daemon start
    /opt/etc/init.d/S90transmission-daemon stop
    wengi
    Übersicht aller HowTos --- HowTo Overview (mostly german)
    WL-HDD mit diesem Setup. --- WL-HDD with this setup.
    Kein Support per PM - Frage im jeweiligen Thread! --- No support via pm - ask in the according thread!
    Eine wirklich gute Idee erkennt man daran, dass ihre Verwirklichung von vorne herein ausgeschlossen erscheint. (Albert Einstein)

  5. #95
    thanx for reply
    so i put that into - /opt/etc/crontab ?

  6. #96
    Join Date
    Feb 2005
    Location
    Germany - Frankfurt
    Posts
    1,548
    This will be two seperate lines in crontab.
    Have a look at http://www.d9x.net/linux/guides/crons.php

    wengi
    Übersicht aller HowTos --- HowTo Overview (mostly german)
    WL-HDD mit diesem Setup. --- WL-HDD with this setup.
    Kein Support per PM - Frage im jeweiligen Thread! --- No support via pm - ask in the according thread!
    Eine wirklich gute Idee erkennt man daran, dass ihre Verwirklichung von vorne herein ausgeschlossen erscheint. (Albert Einstein)

  7. #97
    Thank you
    I was looking for a link to find out how to use cron
    cheers
    dale

  8. #98
    Join Date
    Nov 2007
    Location
    Belgrade, Serbia
    Posts
    20
    When I try to start transmission-daemon, I get "User defined signal 1" and nothing happens

  9. #99
    Quote Originally Posted by dale978 View Post
    hi
    (sorry if this has been asked before)
    i am trying to get transmission to only download/upload after 12 midnight
    till 8am i have tried settings in web gui and transmission remote but it still downloads all the time ?
    do i need to edit the settings file or something as well ?
    thanks for any help
    The same problem as well. And in addition program crashes if I add more than 2 downloads and turn on blue turtle with download limits.

  10. #100
    You can either edit the config file to not allow download/upload in genereal an then specifie alternate speeds during the morning (http://trac.transmissionbt.com/wiki/EditConfigFiles <-- config options, you would look for the alt-up/down-xxx settings and the config file is located in the transmission/config directory) or you could add two entries to cron to start and stop the transmission daemon directly in the morning

  11. #101

    samba and transmission folder access

    I've been trying to find the answer how to change the transmission folder to be read/write enabled so that I can easily move and upload files in the samba network. Right now I don't have any permission to even access the folder and I've set all the settings in samba to be read/write so don't know whats wrong?

  12. #102
    It should works.
    first check permission to folder and set
    chmod 777 "dirname"
    chroot admin:root

    if this wont work, try to access to folder over ftp, to debug if problm is in samba.

  13. #103
    Join Date
    Sep 2006
    Location
    Slovakia
    Posts
    34

    Transmission - change ID of downloads

    Hi there,

    I am looking for a way how to make Transmission to set user and group nobody to all new files being downloaded. How to do it?

    The reason why is that I want to be able to move them around and have same properties as all other files do and so when accessed from FTP to be readable... If possible I don't want to do it post download with some script containing chown...

    Now all new downloads are user:admin group:root 644

    The other question, I tried to change umask in settings.json but after restart it became the same again e.g. now is 18 (~022), I try to change to 2 (~002?) but after restart of transmission in settings.json is again 18... Any idea why it is changing back?

  14. #104
    Thanks for the reply! It worked out great! If anyone would stumble up on this problem in the future I typed the following in the terminal

    Code:
    chmod 777 /tmp/harddisk/transmission
    chmod 777 /tmp/harddisk/transmission/download
    chmod 777 /tmp/harddisk/transmission/config
    chmod 777 /tmp/harddisk/transmission/config/torrents
    So now it's easy to move around and delete files in windows shared network

  15. #105
    For umask in transmission: try stopping transmission before setting umask in settings.json. Restart transmission afterwards.

Page 7 of 9 FirstFirst ... 56789 LastLast

Similar Threads

  1. WL-500gp and Transmission
    By happymeal in forum WL-500gP Q&A
    Replies: 55
    Last Post: 27-08-2008, 18:46
  2. Understanding and debugging Transmission [oleo?]
    By wengi in forum WL-500gP Q&A
    Replies: 66
    Last Post: 05-08-2007, 09:36

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •