Page 3 of 7 FirstFirst 12345 ... LastLast
Results 31 to 45 of 99

Thread: Web gui for ctorrent - YODCTCS

  1. #31
    Quote Originally Posted by particleman View Post
    But by specifying a single port, won't all instances of ctorrent end up trying to use the same port?
    Quote Originally Posted by dske
    quote from enhanced-ctorrent user's guide:
    -p port Listen port. (default 2706 -> 2106)
    Specify the TCP port number on which to listen for incoming connections. By default, CTorrent starts at 2706 and searches for an available port in decreasing order until it finds one or exhausts all ports down through 2106. The behavior with this option is similar, but starting at the specified port number.
    you should try it.

  2. #32
    Hello

    I do not understand how to run it.
    I installed both ctorrent and your package in /mnt/usb.

    What is url of the gui?

    KR
    WL-500gP

  3. #33
    first you have to modify
    /etc/dctcs.conf

    torrent-directory=/mnt/disc0_1/torrent/
    where to put torrent files

    download-directory=/mnt/disc0_1/
    where to store the downloaded data

    username and password
    user=
    password=

    then start with
    /opt/bin/dctcs
    or
    /usr/bin/dctcs
    depending the fw you are using.
    url: http://your-router-ip:18000

  4. #34
    Thanks,
    The gui started up one time but I had the wget error when I tryed to upload the saved torrent file. Then I restarded the browser and gui did not started.
    Any tips?

    KR
    WL-500gP

  5. #35
    Quote Originally Posted by pripps View Post
    Thanks,
    The gui started up one time but I had the wget error when I tryed to upload the saved torrent file. Then I restarded the browser and gui did not started.
    Any tips?

    KR
    I dont know what did you try to do. What wget error? why do you need wget to upload the saved torrent file? (anyway if you want to use wget you really need wget busybox is not enough)

  6. #36

    WAN access

    i cannot access my YoDCTCS gui (http://mydyndns.account:18000) through WAN. SSH, and WL500gp GUI is working fine. I've set the ports in the Virtual Server settings already same way I did for the Asus GUI and SSH....

    i tried SCTCS (http://mydyndns.account:8080) and it works fine but i want YoDCTCS more so I need your help.

    thanks

  7. #37
    Quote Originally Posted by michibahn View Post
    i cannot access my YoDCTCS gui (http://mydyndns.account:18000) through WAN. SSH, and WL500gp GUI is working fine. I've set the ports in the Virtual Server settings already same way I did for the Asus GUI and SSH....
    if you are using a proxy server then it might be a problem (it have to forward non standard http reequests) and also the browser could be the problem i only tested firefox and ie.

  8. #38

    HOWTO?

    Hi!
    (First at all: sorry by my bad english, and my poor linux ;-)

    I've just install both ctorrent and torrent....but , where is and How to install dctcs?
    I'm looking everywhere and I cant found how to install it (I think this is previous step to install yodctcs).

    (pliz be gentl, I´m only followin´the WENGI tut to change to .10 Oleg's firmware (openwrt dont work at first try), I can understand the inux steps but are so many years in windows jail )

    TOA

    EDit: Ok. I think it's installed. I'm tryin' to run it.
    New EDIT (again X-) : OK, the first screnn. but I'm having the "Authentication failed!" problem (and I'm connecting directly, there is no proxy). Any Ideas?
    Last edited by javitxusan; 02-05-2008 at 15:04.

  9. #39
    What kind of browser do you use? ff and ie are tested. did you set up correctly the dctcs.conf? (user/pass)

  10. #40

    BROWSERS

    Hi
    FF 3 beta5 & FF2 and iE7. And Yes, I configure DCTCS to wright dirs and test with diferent user and pass (including empty one)
    TOA.

  11. #41
    Hi!

    Please, start dctcs with -v -v -v options and send me the logs.

  12. #42
    Hi,
    I'm sorry for this question, but I'm new to linux :-) I have yodctcs and it used to start automatically. But recently I made new clean installation and I don't know how to configure it to start on router startup. Can you help me? Thanx.

  13. #43
    I'm sorry. The file rc.unslung wasn't created properly. It is working now.

  14. #44

    TOTALY NOOB

    Hi again
    what log?
    Can anyone post a full running dctcs.conf and a torrent.conf? only to take references (thats because the values not documented). Maybe I'm missunderstandin' the meanin of certain variables...

    TOA for the help.

    Edit: Ok. Now its working (only need to re-install)
    This is the dctcs.conf
    #sample config file

    #change these according to your system
    torrent-directory=/tmp/harddisk/torrent
    download-directory=/tmp/harddisk/compartidos

    #change user name and password
    user=me
    password=just

    exit-hours=168
    exit-ratio=5.6
    cache-size=1
    restart-torrents=0

    download-limit=350
    upload-limit=35

    check-interval=180

    port=23000

    #arbitrary arguments to ctorrent
    #ctorrent-args=-a

    #url to prepend in the details box
    detail-url=ftp://192.168.1.1/tmp/harddisk/compartidos

    #arbitrary arguments to wget
    #wget-args=-c

    #write-stats=1
    #ctorrent=/opt/bin/ctorrent
    client-host=localhost:22000
    htmlroot-directory=/opt/share/dctcs/www/darkside.ctcs.gui/
    wget=/opt/bin/wget
    and this is the ctorrent.conf:
    ##
    # Configuration
    # NOTE: no spaces around the = sign
    # the config will be sourced (eg. . torrent.conf)


    SOURCE=/tmp/harddisk/torrent/source
    WORK=/tmp/harddisk/torrent/work
    TARGET=/tmp/harddisk/torrent/target
    MAILTO=
    MAILFROM=
    # default MAILER is mini_sendmail
    MAILOPT="-javitxusan.dnsalias.com -f"
    USER=admin
    GROUP=root
    DATE_FORMAT="%d %h %H:%M"

    # btget port range environment
    BTLIB_MINPORT=21500
    export BTLIB_MINPORT
    BTLIB_MAXPORT=22000
    export BTLIB_MAXPORT
    #time between logs
    LOG_TIME=59

    # Seed torrent after completition (YES or NO)
    AUTOSEED="YES"


    #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"
    Its something wrong ?
    I´ve just uploaded 2 torrents (1 of them with more than 1000 seeders) but down speed its from 0.5 to 4.5 KB/s (just in the torrent with less seeders, the other dont move)...

    Now. I tried to delete the static one... first I stopped. then hide the active and show the stopped torrents. After that, I´ve selected the torrent and delete it. Only thing I had was both torrent out from list and a message: "error getWgetDownloads".
    ....
    Ok. don't worry..
    I´ve stopped ctorrent (and remove it) , re-installed (again) the dctcs, and delete files from torrents.
    ...
    And now what I have are 2 torrents in the STOPPED list but I cant start'em...
    all test in both FF and IE.
    Any ideas??
    Last edited by javitxusan; 06-05-2008 at 18:30.

  15. #45
    the log what dctcs creates via syslog.

    Code:
    root@OpenWrt:~# cat /etc/dctcs.conf
    #sample config file with compiled in default values
    
    #change these according to your system
    torrent-directory=/mnt/disc0_1/torrent/
    download-directory=/mnt/disc0_1/
    
    #change user name and password
    user=*****
    password=***
    
    exit-hours=9999
    exit-ratio=8
    cache-size=1
    restart-torrents=0
    
    download-limit=0
    upload-limit=0
    
    #port=18000
    
    #arbitrary arguments to ctorrent
    ctorrent-args=-d -a
    #url to prepend in the details box
    detail-url=ftp://root@192.168.1.1/mnt/disc0_1/
    
    ctorrent=/dctcs/ctorrent-3.3
    #client-host=localhost:15000
    #htmlroot-directory=/usr/share/dctcs/www/darkside.ctcs.gui/
    wget-args=-c

Page 3 of 7 FirstFirst 12345 ... LastLast

Similar Threads

  1. Which web cameras are supported?
    By punhal in forum WL-500w Q&A
    Replies: 4
    Last Post: 05-05-2009, 12:51
  2. Web íà 80 ïîðòó ðàáîòàåò, à íà äðóãèõ íåò.
    By neyva in forum Russian Discussion - РУССКИЙ (RU)
    Replies: 5
    Last Post: 16-10-2007, 02:25
  3. best torrent client with web gui
    By amkrisis in forum WL-500gP Q&A
    Replies: 3
    Last Post: 01-06-2007, 10:12
  4. web interface loads only occasionally during boot
    By oferlaor in forum WL-500g Q&A
    Replies: 5
    Last Post: 18-10-2004, 11:48

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
  •