Page 3 of 5 FirstFirst 12345 LastLast
Results 31 to 45 of 73

Thread: Transmission help

  1. #31
    How do i make admin a guest acount??

  2. #32

    Transmission Space/Speed Problems

    Seems like when I have a torrent of a large size 4GB and over my speed just craps out for ALL torrents... When I push the large torrent to suspended my speed is back to normal for the other torrents... I usually have a load of 1.7...

  3. #33
    is there any way that I can enable my uploads working?
    I have latest transmission and still the same 0% upload.
    Kind regards

  4. #34

    how to limit transmission upload ??

    Help me on editing transmission.conf .
    i'am edit transmission.conf to limit ul , but ....

    Name:  Przechwytywanie.JPG
Views: 2084
Size:  32.1 KB

    my transmission.conf ...

    GROUP=root
    DATE_FORMAT="%d %h %H:%M"

    # Transmission daemon variables
    PIDFILE=/opt/var/run/transmission.pid
    ACTIVE=/tmp/harddisk/torrent/active-torrents.txt
    HOME=/tmp/harddisk/torrent
    WATCHDOG=300
    LISTENING_PORT=65534
    # set SPEED in kB/s or -1 for unlimited
    UPLOAD_SPEED=-5
    DOWNLOAD_SPEED=-1
    #UPLOAD_SPEED=5
    #DOWNLOAD_SPEED=180
    # uncomment the following if encryption is preferred
    # ENCRYPTION=-e
    # uncomment the following if encryption is required
    # ENCRYPTION="-ee"
    # change SYSLOG from /tmp/syslog.log to
    SYSLOG=/opt/var/log/syslog.log

    #Uncomment the following for UPNP NAT traversal
    #NAT_TRAVERSAL=--nat-traversal

    # Seed torrent after completition (YES or NO)
    AUTOSEED="YES"
    # Enable removing of DONE non-seeding torrents in ${TARGET} directory
    # FORCE_REMOVE="YES"

    # If the following limit is reached watchdog will not enqueue new one
    MAX_ACTIVE_TORRENTS=5

    # Creating graphical log of transfer with gnuplot
    # can be very site specific issue. See transmission.cgi
    # how this variables are used.
    GNUPLOT=/opt/bin/gnuplot
    GNUPLOT_COMMAND=${WORK}/transfer.gnuplot
    GNUPLOT_DATA=${WORK}/transfer.data
    GNUPLOT_OUTPUT=/opt/share/www/transfer.png
    HTTP_IMG_LOCATION=../transfer.png
    #TZ offset in seconds
    # Configuration
    # NOTE: no spaces around the = sign
    # the config will be sourced (eg. . transmission.conf)

    SOURCE=/tmp/harddisk/torrent/source
    WORK=/tmp/harddisk/torrent/work
    TARGET=/tmp/harddisk/torrent/target
    #MAILTO=torrent@somedomain.com
    #MAILFROM=torrent@somedomain.com
    MAILOPT="-smail.somedomain.com -f"
    USER=admin
    GROUP=root
    DATE_FORMAT="%d %h %H:%M"

    # Transmission daemon variables
    PIDFILE=/opt/var/run/transmission.pid
    ACTIVE=/tmp/harddisk/torrent/active-torrents.txt
    HOME=/tmp/harddisk/torrent
    WATCHDOG=300
    LISTENING_PORT=65534
    # set SPEED in kB/s or -1 for unlimited
    UPLOAD_SPEED=-5
    DOWNLOAD_SPEED=-1
    #UPLOAD_SPEED=5
    #DOWNLOAD_SPEED=180
    # uncomment the following if encryption is preferred
    # ENCRYPTION=-e
    # uncomment the following if encryption is required
    # ENCRYPTION="-ee"
    # change SYSLOG from /tmp/syslog.log to
    SYSLOG=/opt/var/log/syslog.log

    #Uncomment the following for UPNP NAT traversal
    #NAT_TRAVERSAL=--nat-traversal

    # Seed torrent after completition (YES or NO)
    AUTOSEED="YES"
    # Enable removing of DONE non-seeding torrents in ${TARGET} directory
    # FORCE_REMOVE="YES"

    # If the following limit is reached watchdog will not enqueue new one
    MAX_ACTIVE_TORRENTS=5

    # Creating graphical log of transfer with gnuplot
    # can be very site specific issue. See transmission.cgi
    # how this variables are used.
    GNUPLOT=/opt/bin/gnuplot
    GNUPLOT_COMMAND=${WORK}/transfer.gnuplot
    GNUPLOT_DATA=${WORK}/transfer.data
    GNUPLOT_OUTPUT=/opt/share/www/transfer.png
    HTTP_IMG_LOCATION=../transfer.png
    #TZ offset in seconds. Use +- sign. DST manually
    TIMEZONE_OFFSET=+3600

    #Colors for command line. # comment out if not needed
    GREEN="\033[32;1m"
    #NC="\033[0m"
    #BACK_UP="\033[1K\033[0G"
    NORMAL="\033[0m"
    WARN="\033[33;1m"
    BAD="\033[31;1m"
    BOLD="\033[1m"
    GOOD="\033[32;1m"

  5. You have set it to "-5" which is probably same as "-1" = unlimited...

    Loose the negative sign and set it to "5":
    Code:
    UPLOAD_SPEED=5
    Out of topic... upload limit of 5 kb/s? You are kidding right

  6. #36
    Join Date
    Nov 2007
    Location
    Belgrade, Serbia
    Posts
    20

    Larger torrents not working in transmission:(

    I use transmission 1.22 on my wl-500gP(with latest Oleg fw), it work's perfectly except on larger torrents (15+Gb). Download speed drops to few kb/s, number of seeders is irrelevant (i tried torrents from 1 seeder to hundreds of seeders).
    Is it simply hardware limitation(system load goes up to 2-3) or I can do something about it?

  7. #37
    Join Date
    Feb 2005
    Location
    Germany - Frankfurt
    Posts
    1,548
    Hi,

    i _guess_ this is because of the hardware limitations.
    hopefully you have swap activated.

    One more thing you can test is http://wl500g.info/showpost.php?p=102442&postcount=317

    maybe this is just me, but after installing bash my torrents became faster.... subjective impression....

    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)

  8. #38
    Join Date
    Jun 2005
    Location
    Slovenia
    Posts
    736
    The problem with larger torrents above 40GB is oftenly a cause of excesive disk head movements and a lack of memory for its caching.

  9. #39
    Join Date
    Nov 2007
    Location
    Belgrade, Serbia
    Posts
    20
    Thanks, I'll try installing bash. I have swap activated of course.

  10. #40

    Smile

    BUMP BUMP BUMP

  11. #41
    Join Date
    Feb 2005
    Location
    Germany - Frankfurt
    Posts
    1,548
    ups

    this is normaly done in the config and should allready be if you use the builtin.
    doe a search for the samba conf file.
    Alternatively use another conf as described in my howto.

    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)

  12. #42
    Join Date
    Feb 2005
    Location
    Germany - Frankfurt
    Posts
    1,548
    Quote Originally Posted by oleo View Post
    The problem with larger torrents above 40GB is oftenly a cause of excesive disk head movements and a lack of memory for its caching.
    a good hint. Didn't realize this until now.
    Thanks

    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)

  13. #43

    transmission package missing

    hi, i'm not able to install transmission:
    Downloading http://ipkg.nslu2-linux.org/feeds/op...2-2_mipsel.ipk
    wget: server returned error 404: HTTP/1.1 404 Not Found
    Nothing to be done
    An error ocurred, return value: 22.
    Collected errors:
    ipkg_download: ERROR: Command failed with return value 1: `wget -q -P /opt/ipkg-iPk9aM http://ipkg.nslu2-linux.org/feeds/op...2-2_mipsel.ipk'
    Failed to download transmission. Perhaps you need to run 'ipkg update'?
    any help?

  14. #44
    Join Date
    Feb 2005
    Location
    Germany - Frankfurt
    Posts
    1,548
    Hi,

    autobuild seems to have a prob.
    Wait one or two days...

    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)

  15. #45

    How to change the transmission access port

    I want to change the transmission access port from 8008 to something else how do i do this. I tried to google but no definite results can anyone help me pls.

    Another problem is I have the inbuilt ftp running and disabled anonymous logs on but however my brother is able to log on to FW in built ftp. Just to give you guys a better idea he is calgary im in thunderbay. I used someone else connection in thunderbay and was not able to log on as anonymous but he is some how able to connect to the ftp even after i disabled the anonymous log on in FW webpage any reasons.

Page 3 of 5 FirstFirst 12345 LastLast

Similar Threads

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

Posting Permissions

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