#22026: modprobe error in aiccu
----------------------+--------------------------------
Reporter: lars@… | Owner: developers
Type: defect | Status: new
Priority: normal | Milestone:
Component: packages | Version: Chaos Calmer 15.05
Keywords: |
----------------------+--------------------------------
I get the following error messages in the log when starting aiccu.
{{{
Mar 12 19:47:21 openwrt.lan modprobe: Usage:#012#011modprobe module
Mar 12 19:47:21 openwrt.lan modprobe: Usage:#012#011modprobe module
Mar 12 19:47:21 openwrt.lan modprobe: Usage:#012#011modprobe module
Mar 12 19:47:21 openwrt.lan modprobe: Usage:#012#011modprobe module
}}}
I suspect that the cause is these hard coded commands in /usr/sbin/aiccu:
{{{
modprobe -q ipv6 2>/dev/null >/dev/null
modprobe -q sit 2>/dev/null >/dev/null
modprobe -q tun 2>/dev/null >/dev/null
}}}
Modprobe does not support the -q option. Aiccu actually works on my setup,
but I suppose this could cause problems on other systems.
--
Ticket URL: <https://dev.openwrt.org/ticket/22026>
OpenWrt <http://openwrt.org>
Opensource Wireless Router Technology
_______________________________________________
openwrt-tickets mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-tickets