Results 1 to 15 of 95

Thread: ADOS: a probable replacement for Download Master

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    I made it.

    I unpacked all the stuff and zipped it and hosted it at my server.

    Installed ipkg unrar

    cd to /opt/share/www and wget myserver.com/ados.zip

    and tried 192.168.1.1/8080/install/index.php and then I finally got some image

    Now I'm going to explore a little bit and if I have questions I'll post them.

    best regards

  2. #2
    i`ve followed the steps and now im encountering problems

    [admin@WL-500G root]$ /opt/etc/init.d/S10cron
    /opt/etc/init.d/S10cron: /opt/etc/init.d/S10cron: 8: /opt/sbin/cron: not found
    --------------------------------------------------------
    [admin@WL-500G root]$ /opt/etc/init.d/S80lighttpd start
    Starting web server: lighttpd
    /opt/etc/init.d/S80lighttpd: /opt/etc/init.d/S80lighttpd: 40: /opt/sbin/lighttpd: not found
    -------------------------------------------------------

    here are the steps i took

    Configuring IPKG system.
    echo "src unslung http://ipkg.nslu2-linux.org/feeds/optware/oleg/cross/stable" > /opt/etc/ipkg.conf
    echo "dest root /" >> /opt/etc/ipkg.conf
    ipkg update && ipkg install uclibc-opt && awk '/^Package:/{system("ipkg install -force-reinstall -force-defaults " $2)}' /opt/lib/ipkg/status

    ipkg update
    ipkg install cron
    ipkg install lighttpd
    ipkg install sqlite
    ipkg install php-fcgi
    ipkg install libcurl
    ipkg install wget
    ipkg install php-gd
    ipkg install php-mbstring

    nano /opt/etc/lighttpd/lighttpd.conf and uncomment (remove ‘#’ at the beginning) these strings: "mod_access",
    "mod_fastcgi",
    "mod_cgi",
    "mod_accesslog"

    server.document-root = "/opt/share/www/"

    server.port = 8080

    fastcgi.server = ( ".php" =>
    ( "localhost" =>
    (
    "min-procs" => 1,
    "max-procs" => 1,
    "max-load-per-proc" => 4,
    "socket" => "/tmp/php-fastcgi.socket",
    "bin-path" => "/opt/bin/php-fcgi"
    )
    )
    )

    Save changes and closed file

    nano /opt/etc/php.ini
    extension=pdo.so
    extension=sqlite.so
    extension=pdo_sqlite.so

    nano /opt/etc/crontab
    SHELL=/bin/sh
    PATH=/sbin:/bin:/usr/sbin:/usr/bin:/opt/sbin:/opt/bin
    MAILTO=""
    HOME=/
    # ---------- ---------- Default is Empty ---------- ---------- #
    */1 * * * * admin /opt/bin/run-parts /opt/etc/cron.1min
    */5 * * * * admin /opt/bin/run-parts /opt/etc/cron.5mins
    01 * * * * admin /opt/bin/run-parts /opt/etc/cron.hourly
    02 4 * * * admin /opt/bin/run-parts /opt/etc/cron.daily
    22 4 * * 0 admin /opt/bin/run-parts /opt/etc/cron.weekly
    42 4 1 * * admin /opt/bin/run-parts /opt/etc/cron.monthly

    nano /opt/bin/run-parts
    #!/bin/sh
    #
    # runparts.sh by macsat@macsat.com
    # intended for use with cron
    #
    # based on rc.unslung by unslung guys :-)
    #
    if [ -z "$1" ]
    then
    echo "Usage : $0 "
    fi

    RUNDIR=$1"/*"

    for i in $RUNDIR ;do

    # Ignore dangling symlinks (if any).
    [ ! -f "$i" ] && continue

    case "$i" in
    *.sh)
    # Source shell script for speed.
    (
    trap - INT QUIT TSTP
    set start
    . $i
    )
    ;;
    *)
    # No sh extension, so fork subprocess.
    $i start
    ;;
    esac
    done

    chmod +x /opt/bin/run-parts

    mkdir /opt/etc/cron.1min
    mkdir /opt/etc/cron.5mins
    mkdir /opt/etc/cron.hourly
    mkdir /opt/etc/cron.daily
    mkdir /opt/etc/cron.weekly
    mkdir /opt/etc/cron.monthly

    flashfs save && flashfs commit && flashfs enable

    and thats it, i experienced the problem



    [admin@WL-500G root]$ /opt/etc/init.d/S10cron
    /opt/etc/init.d/S10cron: /opt/etc/init.d/S10cron: 8: /opt/sbin/cron: not found
    --------------------------------------------------------
    [admin@WL-500G root]$ /opt/etc/init.d/S80lighttpd start
    Starting web server: lighttpd
    /opt/etc/init.d/S80lighttpd: /opt/etc/init.d/S80lighttpd: 40: /opt/sbin/lighttpd: not found

  3. #3
    i tried to reformat and heres my new problem

    [admin@WL-500G root]$ /opt/etc/init.d/S80lighttpd restart
    Starting web server: lighttpd
    Duplicate config variable in conditional 0 global: fastcgi.server
    2008-08-25 12:34:49: (configfile.c.885) source: cat /opt/etc/lighttpd/conf.d/*onf line: 15 pos: 1 parser failed somehow near here: (EOL)

  4. #4
    Quote Originally Posted by mark_q4xprt View Post
    i tried to reformat and heres my new problem

    [admin@WL-500G root]$ /opt/etc/init.d/S80lighttpd restart
    Starting web server: lighttpd
    Duplicate config variable in conditional 0 global: fastcgi.server
    2008-08-25 12:34:49: (configfile.c.885) source: cat /opt/etc/lighttpd/conf.d/*onf line: 15 pos: 1 parser failed somehow near here: (EOL)
    do this

    Code:
    rm /opt/etc/lighttpd/conf.d/*

  5. #5
    Quote Originally Posted by holla View Post
    do this

    Code:
    rm /opt/etc/lighttpd/conf.d/*


    thanks, after that whats the next step?

    ive typed 192.168.0.1:8080 but it sed "The webpage cannot be displayed"

  6. #6
    ive extracted the ados to the www folder


    No path to the executable file was specified for module 'Axel 1.1.5'.
    No path to the executable file was specified for module 'Curl 1.1.5'.
    No path to the executable file was specified for module 'Wget 1.1.5'.

  7. #7
    Code:
    /opt/share/www/install/
    I think thats it

Similar Threads

  1. ADOS - çàìåíà Download Master
    By DINI in forum Russian Discussion - РУССКИЙ (RU)
    Replies: 1502
    Last Post: 02-04-2014, 17:33
  2. Download Master
    By nszb in forum WL-500gP Firmware Discussion
    Replies: 124
    Last Post: 03-10-2009, 13:56

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
  •