[FS#922] kern.err kernel .. recursion detected

LEDE Bugs lede-bugs at lists.infradead.org
Wed Jul 26 03:45:24 PDT 2017


The following task has a new comment added:

FS#922 - kern.err kernel .. recursion detected
User who did this - camel (camel)

----------
sorry, don'T understand, as there was no change in the network config in the last 8 weeks
anyhow ....
here:


# cat /etc/config/network

config interface 'loopback'
        option ifname 'lo'
        option proto 'static'
        option ipaddr '127.0.0.1'
        option netmask '255.0.0.0'

config globals 'globals'
        option ula_prefix 'fdcb:b756:8081::/48'

config interface 'lan'
        option type 'bridge'
        option ifname 'eth0.1'
        option proto 'static'
        option netmask '255.255.255.0'
        option ipaddr '192.168.2.254'
        option dns '8.8.4.4 8.8.8.8'
        option broadcast '192.168.2.255'
        option delegate '0'
        option metric '50'

config device 'lan_dev'
        option name 'eth0.1'

config interface 'wan'
        option ifname 'eth0.2'
        option proto 'dhcp'
        option delegate '0'
        option metric '20'
        option force_link '1'

config device 'wan_dev'
        option name 'eth0.2'

config interface 'wan6'
        option ifname 'eth0.2'
        option proto 'dhcpv6'
        option delegate '0'
        option reqaddress 'none'
        option reqprefix 'no'
        option force_link '1'

config switch
        option name 'switch0'
        option reset '1'
        option enable_vlan '1'

config switch_vlan
        option device 'switch0'
        option vlan '1'
        option ports '0 1 2 3 6t'

config switch_vlan
        option device 'switch0'
        option vlan '2'
        option ports '4 6t'

config interface '4G'
        option proto '3g'
        option device '/dev/ttyUSB0'
        option dialnumber '*99#'
        option demand '0'
        option apn 'drei.at'
        option ipv6 '0'
        option delegate '0'
        option metric '10'
        option maxwait '15'
        option force_link '1'
...
----------

More information can be found at the following URL:
https://bugs.lede-project.org/index.php?do=details&task_id=922#comment3138



More information about the lede-bugs mailing list