View previous topic :: View next topic |
Author |
Message |
seanmcne
Joined: 09 Aug 2015 Posts: 4 Location: US
|
Posted: Sun Aug 09, 2015 8:50 pm Post subject: MiniUpnpd not starting on OpenWrt (Ca |
|
|
Anti Spam |
|
Back to top |
|
|
seanmcne
Joined: 09 Aug 2015 Posts: 4 Location: US
|
|
Back to top |
|
|
miniupnp Site Admin
Joined: 14 Apr 2007 Posts: 1593
|
Posted: Tue Aug 18, 2015 7:49 pm Post subject: |
|
|
have you tried to start it using CLI with -d flag ?
_________________ Main miniUPnP author.
https://miniupnp.tuxfamily.org/ |
|
Back to top |
|
|
seanmcne
Joined: 09 Aug 2015 Posts: 4 Location: US
|
Posted: Wed Aug 19, 2015 1:49 am Post subject: |
|
|
Thanks for the reply!
Here is what happens when I try to run it from the console, it will spit back the available commands indicating a syntax error:
root@Shield:/# ./etc/init.d/miniupnpd -d
Syntax: ./etc/init.d/miniupnpd [command]
Available commands:
start Start the service
stop Stop the service
restart Restart the service
reload Reload configuration files (or restart if that fails)
enable Enable service autostart
disable Disable service autostart |
|
Back to top |
|
|
miniupnp Site Admin
Joined: 14 Apr 2007 Posts: 1593
|
Posted: Wed Aug 19, 2015 3:47 pm Post subject: |
|
|
seanmcne wrote: |
root@Shield:/# ./etc/init.d/miniupnpd -d
|
/etc/init.d/miniupnpd is the init.d script, not the miniupnpd executable.
please try
Code: | root@Shield:/# miniupnpd -d |
(or /sbin/miniupnpd or /usr/sbin/miniupnpd or whatever path the miniupnpd is installed !) _________________ Main miniUPnP author.
https://miniupnp.tuxfamily.org/ |
|
Back to top |
|
|
seanmcne
Joined: 09 Aug 2015 Posts: 4 Location: US
|
Posted: Thu Aug 20, 2015 3:45 am Post subject: |
|
|
Thanks! Really appreciate the reply.
Here is what I have tried (below) - the file is definitely under /usr/sbin/ but when I try to execute it the console reports that it's not found.
root@Shield:/# find . -iname *miniupnpd*
./etc/rc.d/S95miniupnpd
./etc/rc.d/K15miniupnpd
./etc/hotplug.d/iface/50-miniupnpd
./etc/init.d/miniupnpd
./tmp/etc/miniupnpd.conf
./usr/sbin/miniupnpd
./usr/lib/opkg/info/miniupnpd.control
./usr/lib/opkg/info/miniupnpd.list
./usr/lib/opkg/info/miniupnpd.conffiles
./usr/lib/opkg/info/miniupnpd.postinst
./usr/lib/opkg/info/miniupnpd.prerm
./usr/lib/opkg/info/miniupnpd.postinst-pkg
./usr/share/miniupnpd
root@Shield:/# ./usr/sbin/miniupnpd
-ash: ./usr/sbin/miniupnpd: not found
root@Shield:/# |
|
Back to top |
|
|
miniupnp Site Admin
Joined: 14 Apr 2007 Posts: 1593
|
|
Back to top |
|
|
|