Page 5 of 5 FirstFirst ... 345
Results 61 to 73 of 73

Thread: Transmission help

  1. #61
    Join Date
    Jun 2008
    Location
    Södra Vallgrund
    Posts
    21

    Transmission build error

    Hi oleo

    Building Transmission trunk now gives error. There was a change in platform.c so platform.c.patch doesn't work now. Could you please change the patch for us who like to build trunk.

  2. #62

    Transmission: Using ez-setup button as a pause-unpause button

    As I understood the EZ SETUP button can be configured through /usr/local/sbin/ez-setup.
    How can I pause / unpause transmission through a script?

  3. #63

    Transmission through https

    is there a way to use the transmission webUI through https?

  4. #64
    Yes, it is
    You should install first lighttpd
    After, fallow this :

    http://wl500g.info/showpost.php?p=47181&postcount=8
    Last edited by lordu; 06-10-2008 at 14:05.

  5. #65
    thanks, but this guide is for the old transmission. I'm currently using 1.34, any help?

  6. #66
    How can I pause the torrents?

  7. #67
    Basically, should be the same
    You only need to access transmission-daemon webpage from WAN, trough lighttpd. The same story with ADOS, you can access trough https (lighttpd_ssl)
    Try to find on your HDD where is situated the webpage for transmission-daemon. If it is on /opt/share/www/ it's OK, you can easylly fallow the tutorial for lighttpd
    If it is not there, you should set lighttpd root directory according to your web page location

    Hints(how i'm working):

    Add /opt/ to your samba share folder. After it's more easy to access disc_02 and to see where the files are placed inside -more easy- to work
    With your vsftpd you can easy add *.torrent to "source" (log on with admin on entire "disc_03" )
    For your friends you can place "target" into "ftp_pvt (to be visible from ftp -log on with guest on ftp_pvt)



    But you need time for all this thinks
    Enjoy !
    Last edited by lordu; 09-10-2008 at 07:58.

  8. #68
    Ok, my ez-setup looks like this now:

    Code:
    #!/bin/sh
    if [ -f /mnt/protected/Downloaders/Transmission/work/.paused ]; then
            /bin/rm -f /mnt/protected/Downloaders/Transmission/work/.paused
            /opt/sbin/transmission_watchdog
            sleep 10
    
    
    else
            touch /mnt/protected/Downloaders/Transmission/work/.paused && kill -TERM `cat /opt/var/run/transmission.pid`
    fi
    
    exit 0
    Last edited by Zapt; 07-10-2008 at 15:43.

  9. #69
    followed the tutorial and changed the /opt/share/www with /opt/share/transmission/web. The page shows up, but there are no torrents

  10. #70
    Hmmm.... I have no ideea.
    Unfortunatelly i can't reproduce your situation.I've keeped only 3 days the new "transmission".
    My knolege in linux is also very limitated.
    Sory my friend!
    Last edited by lordu; 07-10-2008 at 22:14.

  11. #71
    Join Date
    Jul 2007
    Location
    Thailand
    Posts
    21
    New Transmission use it's own web server.
    I think https is hopeless.

  12. #72
    Join Date
    Jun 2008
    Location
    Södra Vallgrund
    Posts
    21
    I think https may be added to Transmission. I recently noticed the devs were discussing it on irc.

  13. #73

    transmission

    Hi

    How do I make it recognize the torrents that are in working dir after system restart/crash?

Page 5 of 5 FirstFirst ... 345

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

Posting Permissions

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