Single-board computer software development discussions
 help / color / mirror / Atom feed
* [devel-sbc] Не хватает модуля ядра на aarch64 для запуска LXD
@ 2021-05-01  9:56 Сергей Бессонов
  2021-05-01 12:04 ` Aleksey Novodvorsky
  0 siblings, 1 reply; 7+ messages in thread
From: Сергей Бессонов @ 2021-05-01  9:56 UTC (permalink / raw)
  To: Single-board computer software development discussions

Добрый день.

Пытался завести 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

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

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



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2021-05-19  7:30 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-01  9:56 [devel-sbc] Не хватает модуля ядра на aarch64 для запуска LXD Сергей Бессонов
2021-05-01 12:04 ` Aleksey Novodvorsky
2021-05-01 15:53   ` Сергей Бессонов
2021-05-10 12:19       ` Дмитрий Терехин
2021-05-12 20:56         ` Сергей Бессонов
2021-05-14  4:43           ` Ivan A. Melnikov
2021-05-19  7:30             ` Сергей Бессонов

Single-board computer software development discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/devel-sbc/0 devel-sbc/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 devel-sbc devel-sbc/ http://lore.altlinux.org/devel-sbc \
		devel-sbc@lists.altlinux.org devel-sbc@lists.altlinux.ru devel-sbc@lists.altlinux.com
	public-inbox-index devel-sbc

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.devel-sbc


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git