【问题标题】:Error in installation of Openstack in Ubuntu [closed]在 Ubuntu 中安装 Openstack 时出错 [关闭]
【发布时间】:2020-12-05 22:23:15
【问题描述】:

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

我该如何解决这个问题?

【问题讨论】:

  • 您到底想做什么:安装 OpenStack 是一个非常庞大的项目,我的意思是您是否遵循官方文档?

标签: ubuntu redhat openstack openstack-horizon


【解决方案1】:

我知道可能有点晚了,但还是:

在 Ubuntu 20.04 上也遇到过这种情况,解决方法是更改​​为 iptable->legacy 并再次尝试堆叠。

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

更多信息:

  1. https://bugs.launchpad.net/devstack/+bug/1885198

  2. https://wiki.debian.org/it/iptables

【讨论】:

  • apt-get install iptables 你需要安装iptables而不是iptable
  • 谢谢!更新
猜你喜欢
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 2012-01-17
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 2016-04-02
相关资源
最近更新 更多