K kiesa1231 Regular Contributor Aug 14, 2013 #1 Hello all please help i installed in entware pyload plugin.But after asus rt-n16 reboot plugin cannot start.I try manually start /opt/etc/init.d/S51pyload start but plugin do not want start please help thanks.
Hello all please help i installed in entware pyload plugin.But after asus rt-n16 reboot plugin cannot start.I try manually start /opt/etc/init.d/S51pyload start but plugin do not want start please help thanks.
RMerlin Asuswrt-Merlin dev Staff member Aug 14, 2013 #2 This guide is for Optware, but have a look at it as it might help you figure out what's the problem: http://forums.smallnetbuilder.com/showthread.php?t=9890
This guide is for Optware, but have a look at it as it might help you figure out what's the problem: http://forums.smallnetbuilder.com/showthread.php?t=9890
K kiesa1231 Regular Contributor Aug 14, 2013 #3 Thanks but it's another startup scripts and configs in entware and optware.My startup script #!/bin/sh prefix="/opt" PATH=${prefix}/bin:${prefix}/sbin:/sbin:/bin:/usr/sbin:/usr/bin start() { echo "starting pyLoad" pyload --daemon } stop() { echo "stopping pyLoad" pyload --status | xargs kill -9 } status() { pyload --status } case "$1" in start) start ;; stop) stop ;; restart) stop sleep 4 start ;; status) status ;; *) echo "Usage: $0 (start|stop|restart|status)" exit 1 ;; esac exit 0 Please help. Last edited: Aug 14, 2013
Thanks but it's another startup scripts and configs in entware and optware.My startup script #!/bin/sh prefix="/opt" PATH=${prefix}/bin:${prefix}/sbin:/sbin:/bin:/usr/sbin:/usr/bin start() { echo "starting pyLoad" pyload --daemon } stop() { echo "stopping pyLoad" pyload --status | xargs kill -9 } status() { pyload --status } case "$1" in start) start ;; stop) stop ;; restart) stop sleep 4 start ;; status) status ;; *) echo "Usage: $0 (start|stop|restart|status)" exit 1 ;; esac exit 0 Please help.