Results 1 to 3 of 3

Thread: BTPD on Oleg-firmware

  1. #1

    BTPD on Oleg-firmware

    I'm trying to use BTPD on this firmware, but without success.
    Infact I've done

    ipkg install btpd

    from optware, and I'm able to execute "btpd", but whe I try to add a torrent with btcli I have got error on CLOCK_GETTIME.

    Can someone help me ?

    Ciao.

  2. #2
    Join Date
    Feb 2005
    Location
    Germany - Frankfurt
    Posts
    1,548
    I can not help you with btpd, but i recommend using transmission.

    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)

  3. #3
    In btpd's source file timer.c ther is a call to clock_gettime
    Code:
    int
    evtimer_gettime(struct timespec *ts)
    {
        return clock_gettime(TIMER_CLOCK, ts);
    }
    but on clock_gettime man page it says:

    The clock_id argument can be one of five values: CLOCK_REALTIME for time
    that increments as a wall clock should, CLOCK_MONOTONIC which increments
    in SI seconds, CLOCK_UPTIME which starts at zero when the kernel boots
    and increments monotonically in SI seconds while the machine is running,
    CLOCK_VIRTUAL for time that increments only when the CPU is running in
    user mode on behalf of the calling process, or CLOCK_PROF for time that
    increments when the CPU is running in user or kernel mode.
    Possible bug in there?

Similar Threads

  1. new firmware 1.9.2.7-8 by oleg
    By alien433 in forum WL-500gP Firmware Discussion
    Replies: 31
    Last Post: 24-01-2008, 20:31
  2. Oleg firmware not working.
    By wpte in forum WL-500gP Q&A
    Replies: 6
    Last Post: 07-01-2008, 12:48
  3. About WL-500W Oleg firmware
    By hweiee in forum WL-500w Firmware Discussion
    Replies: 7
    Last Post: 31-10-2007, 10:03
  4. New Asus firmware, old Oleg firmware
    By JuggernauT in forum WL-500gP Firmware Discussion
    Replies: 0
    Last Post: 26-09-2006, 13:26
  5. twonky media server, network drive with oleg firmware
    By black_bottom in forum WL-HDD Q&A
    Replies: 3
    Last Post: 22-03-2006, 07:15

Posting Permissions

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