#21675: ubus miss session and dhcp objects after crash
--------------------------+------------------------
  Reporter:  anonymous    |      Owner:  developers
      Type:  defect       |     Status:  new
  Priority:  normal       |  Milestone:
 Component:  base system  |    Version:  Trunk
Resolution:               |   Keywords:  ubusd luci
--------------------------+------------------------

Comment (by anonymous):

 As a quick fix I croned '* * * * *' this :
 {{{
 k@bn:/etc/my$ cat fix_ubusd_crash
 #!/bin/sh

 ubus list session || {
  logger -t ubusd_fix "no session object, restarting rpcd"
  /etc/init.d/rpcd restart
 }}}}

--
Ticket URL: <https://dev.openwrt.org/ticket/21675#comment:4>
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