[devel-sbc] Не хватает модуля ядра на aarch64 для запуска LXD

Сергей Бессонов aceler at yandex.ru
Sat May 1 12:56:47 MSK 2021


Добрый день.

Пытался завести LXD на малине 4 на P9.

По инструкции: https://www.altlinux.org/LXD
На x86_64 всё работает.

На Aarch64 вылетает:
Error: Failed to create network 'lxdbr0': Failed to run: iptables -w -t
filter -I INPUT -i lxdbr0 -p udp --dport 67 -j ACCEPT -m comment --
comment generated for LXD network lxdbr0: iptables v1.8.3 (legacy):
Couldn't load match `comment':No such file or directory

Try `iptables -h' or 'iptables --help' for more information.

Возможность установки комментариев в iptables обеспечивается модулем
xt_comment

В x86_64 он есть:

host-15 ~ # lsmod | grep comment
xt_comment             16384  19
x_tables               45056  10
ip6table_filter,iptable_filter,xt_tcpudp,xt_CHECKSUM,xt_comment,ip6_tab
les,ip_tables,ip6table_mangle,xt_MASQUERADE,iptable_mangle

В aarch64 его нет:
localhost ~ # lsmod | grep comment
localhost ~ # modprobe xt_comment
modprobe: FATAL: Module xt_comment not found in directory
/lib/modules/5.4.83-rpi-def-alt

Куда потерялся? )

-- 
Сергей Бессонов



More information about the devel-sbc mailing list