是否可以在 Travis-CI 上使用 Linux 网桥?
Is It possible to use Linux bridges on Travis-CI?
OpenVZ 设置似乎不允许 Linux 网桥:
$ modprobe bridge
FATAL: Could not load /lib/modules/2.6.32-042stab090.5/modules.dep: No such file or directory
The command "modprobe bridge" failed and exited with 1 during .
具体来说,尝试使用 Libvirt,我得到:
Error while activating network: Call to virNetworkCreate failed: Unable to create bridge virbr1: Package not installed.
据我所知,没有办法在 Travis CI 上进行 modprobe,无论是定期还是通过其 Docker 实现。我最近 运行 在尝试 modprobe mac80211_hwsim.
时遇到了同样的问题
我最终改用了 Wercker CI。使用他们的 Docker 实现,我能够很好地进行 modprobe。
OpenVZ 设置似乎不允许 Linux 网桥:
$ modprobe bridge
FATAL: Could not load /lib/modules/2.6.32-042stab090.5/modules.dep: No such file or directory
The command "modprobe bridge" failed and exited with 1 during .
具体来说,尝试使用 Libvirt,我得到:
Error while activating network: Call to virNetworkCreate failed: Unable to create bridge virbr1: Package not installed.
据我所知,没有办法在 Travis CI 上进行 modprobe,无论是定期还是通过其 Docker 实现。我最近 运行 在尝试 modprobe mac80211_hwsim.
时遇到了同样的问题我最终改用了 Wercker CI。使用他们的 Docker 实现,我能够很好地进行 modprobe。