#20933: busbox httpd can't be stopped or restarted
-----------------------+--------------------------------
 Reporter:  anonymous  |      Owner:  developers
     Type:  defect     |     Status:  new
 Priority:  normal     |  Milestone:
Component:  packages   |    Version:  Chaos Calmer 15.05
 Keywords:             |
-----------------------+--------------------------------
 The busybox built-in httpd can't be stopped or restartet. If I try to
 restart, the following happens:

 {{{
 $ /etc/init.d/httpd restart
 httpd: bind: Address already in use
 $
 }}}

 If I try to stop, it actually gets restarted:

 {{{
 $ /etc/init.d/httpd stop
 Terminated
 $ ps | fgrep httpd
  1535 root      1384 S    fgrep httpd
 $ /etc/init.d/httpd stop
 Terminated
 $ ps | fgrep httpd
  1541 root      1384 S    fgrep httpd
 $
 }}}

 Seems to have to do with hotplug module, but I couldn't figure out where
 exactly httpd is going to be restarted.

--
Ticket URL: <https://dev.openwrt.org/ticket/20933>
OpenWrt <http://openwrt.org>
Opensource Wireless Router Technology
_______________________________________________
openwrt-tickets mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-tickets

Reply via email to