gpt4 book ai didi

ubuntu - 在 Ubuntu 中安装 Openstack 时出错

转载 作者:行者123 更新时间:2023-12-04 18:35:33 25 4
gpt4 key购买 nike

关闭。这个问题不符合Stack Overflow guidelines .它目前不接受答案。












我们不允许在 Stack Overflow 上提出有关通用计算硬件和软件的问题。您可以编辑问题,使其成为 on-topic对于堆栈溢出。


1年前关闭。







Improve this question




我一直在我的 Virtualbox ubuntu 中安装 Openstack,并且在我执行 ./stack.sh 一段时间后安装退出并出现此错误
“ebtables v1.8.4 (nf_tables):表‘broute’不兼容,使用‘nft’工具。”
我该如何解决这个问题?

最佳答案

我知道这可能有点晚了,但仍然:

Encountered this on Ubuntu 20.04 as well, workaround was to change to iptable->legacy and attempt stacking again.

apt-get update
apt-get upgrade
apt-get install iptables
apt-get install arptables
apt-get install ebtables

update-alternatives --set iptables /usr/sbin/iptables-legacy || true
update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true
update-alternatives --set arptables /usr/sbin/arptables-legacy || true
update-alternatives --set ebtables /usr/sbin/ebtables-legacy || true
更多关于这个:
  • https://bugs.launchpad.net/devstack/+bug/1885198
  • https://wiki.debian.org/it/iptables
  • 关于ubuntu - 在 Ubuntu 中安装 Openstack 时出错,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/63439723/

    25 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com