#17824: procd / hang during shutdown/startup / regression
-----------------------------+------------------------
Reporter: bittorf@… | Owner: developers
Type: defect | Status: new
Priority: normal | Milestone:
Component: packages | Version: Trunk
Keywords: procd hang init |
-----------------------------+------------------------
i while ago, procd implemented a timeout (15 sec) for
hanging tasks during startup/init. this works and can
be easily checked with placing this snippet in any
startup-script:
{{{
start()
{
local i=300
while let i-=1; do
echo "still running: $i" >>/tmp/CHECK
sleep 1
done
}
}}}
the same for shutdown (STOP-scripts) e.g. umount
tested with r42232 and r42464 this does not work anymore,
but i'am pretty sure it was working with older versions.
this can be vary annoying, when you reboot a far away router and it hangs
during bootup or shutdown.
--
Ticket URL: <https://dev.openwrt.org/ticket/17824>
OpenWrt <http://openwrt.org>
Opensource Wireless Router Technology
_______________________________________________
openwrt-tickets mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-tickets