Page 4 of 5 FirstFirst ... 2345 LastLast
Results 46 to 60 of 131

Thread: transmission the latest the greatest

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Dec 2007
    Location
    The Netherlands - Eindhoven
    Posts
    1,767
    Quote Originally Posted by luke1984 View Post
    wpte -> so you think that slow samba transfer rate (I have 2mb/s both over WIFI and cable) within the local network is also limited by router processor?
    I do not only think it is
    When you benchmark the harddrive on the router it is capable of reaching ~40MB/s BUT programs like samba or transmission do other things than just write/read to/from the harddrive...
    samba is quite a heavy protocol you know...
    and transmission requires hashing (generating checksums) which is also a cpu intensive job

    With my new RT-N16 which has a way faster cpu + more RAM things go a lot faster, up to around 8MB/s

  2. #2

    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

  3. #3
    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)

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

  5. #5
    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)

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

  7. #7

    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?

  8. #8
    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.

  9. #9
    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

  10. #10
    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?

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

  12. #12

    problem with 1.9.3.1

    Quote Originally Posted by avberk View Post
    Instructions:

    1)skip to step 5 if you updated openssl and libcurl recently.
    2)ipkg update
    3)ipkg install openssl
    4)ipkg install libcurl

    5)download and unzip:

    http://www.4shared.com/dir/35206050/...nsmission.html


    6)copy the ipk file to /opt folder on your asus
    7)edit the file /opt/lib/ipkg/lists/optware
    and remove the lines belonging to transmission

    -ipkg install /opt/transmission_2.00+r10706-1_mipsel.ipk (or install the previous compiled version)

    Look here for changes:
    http://trac.transmissionbt.com/timeline?changeset=on
    Thanks so much now my seed is ok
    With 1.9.3.1 I dont saw any peers!

  13. #13
    Transmission v2.0 Final! Waiting for build

  14. #14
    Quote Originally Posted by starix View Post
    Transmission v2.0 Final! Waiting for build
    Get it here:

  15. #15
    Quote Originally Posted by 56k View Post
    Get it here:
    Thanks 56k but that version seems older than avberks ( 2.00+r10706-1).

    Velcrow

    One thing I noted with 2.00+r10706-1 is the the preferences dialog still says its 1.93 ...

Page 4 of 5 FirstFirst ... 2345 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
  •