Forum Discussion
Altera_Forum
Honored Contributor
10 years ago --- Quote Start --- Your problem is likely because of this:
systemd: Failed to insert module 'autofs4': Function not implemented
systemd: Failed to insert module 'ip_tables': Function not implemented Make sure the kernel modules named (ip_tables most likely is the problem here) are installed an loaded correctly. --- Quote End --- Thanks for the reply. I observed that the toolchain I downloaded is corrupted due to some firewall installed in my company. After I installed a fresh toolchain and compiled, the issue got resolved. Just want to know: Does the toolchain do anything w.r.to inserting the modules autofs4 and iptables? I mean, does the toolchain have any library which the kernel/rootfs makes use of for inserting these modules?