Page 7 of 7 FirstFirst ... 567
Results 91 to 99 of 99

Thread: Web gui for ctorrent - YODCTCS

  1. #91
    Hi.

    Just tested with Debian and it compiled correctly. It's a Ubuntu problem as it doesn't compile with any compiler there.

    Tested the dctcs compiled in Debian, but doesn't work! Complains in my wl600g with the message: ./dctcs: can't resolve symbol 'bzero'

    Mike

  2. #92
    I think you did not crosscompiled it. You need your firmware toolchain's gcc (and libs of course) to cross compile on pc for the wl600 target.

  3. #93
    Quote Originally Posted by dske View Post
    I think you did not crosscompiled it. You need your firmware toolchain's gcc (and libs of course) to cross compile on pc for the wl600 target.
    I've cross compiled it but I think it's a clibc problem. I have 0.9.27 on the router and maybe dctcs needs a better one like 0.9.28 or 0.9.29 but if I try that, it blows the compilation of asus firmware.

    Mike

  4. #94
    i compiled the oleg fw version with uclibc 0.9.19 and bzero is a legacy function in posix 2001.
    i still belive if you can compile it with bzero you should be able to use it with the correct librarys. (on my router i am using kamikaze so i can not test dctcs on other fws)

    You can try replace bzero with memset:
    #define bzero(x, n) memset(x, 0, n);

    (you can add the above line in common.h)

  5. #95
    Hi all!

    A small bugfix release:
    # Version 0.7.2 - 15/02/2009

    * bugfix: the wget details display is correct even the file size is unknown
    * recompiled with GWT 1.5.3
    * new option: ctorrent-complete command to be run after downloading finished
    * modified upload/download limit calculation after inactivity
    * packages for Whiterussian will not be built anymore

  6. #96
    Hi, i've installed dctcs_0.7.2-2-oleg_mipsel.ipk on Azbox (see http://www.satpimps.com/showthread.php?t=113468) and it works great!!!
    Many Thanks!!!

    I've found a small bug in the upload/download limit calculation: download limit
    is calculated with the value used for upload limit; checking the code in file client.c at line 431:

    cdl = cdl == 0 && ulimit != 0 ? ulimit * 1024 / numclients : cdl;

    instead of

    cdl = cdl == 0 && dlimit != 0 ? dlimit * 1024 / numclients : cdl;

    Sorry I can't compile the package cause i dont know how to prepare the required environment to build...

    Please, can you do something?

    Thanks in advance

    pppppp

    Quote Originally Posted by dske View Post
    Hi all!

    A small bugfix release:
    # Version 0.7.2 - 15/02/2009

    * bugfix: the wget details display is correct even the file size is unknown
    * recompiled with GWT 1.5.3
    * new option: ctorrent-complete command to be run after downloading finished
    * modified upload/download limit calculation after inactivity
    * packages for Whiterussian will not be built anymore
    Last edited by pippopappa; 23-06-2010 at 12:29. Reason: azbox link

  7. #97
    yes i can do something
    even better i did.
    you can download the corrected version
    http://sites.google.com/site/yodctcs...attredirects=0

  8. #98
    Quote Originally Posted by dske View Post
    yes i can do something
    even better i did.
    you can download the corrected version
    http://sites.google.com/site/yodctcs...attredirects=0
    wow so fast!!
    thank you very much!

  9. #99

    Question cTorrent

    Im using enhaced ctorrent as a client bittorrent , i wanna know how can i download many torrents file in the same time without opening an odher shell.
    is it easy to change the GNU licence or no?
    Thanks for you help

Page 7 of 7 FirstFirst ... 567

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
  •