''veth87VSIJ'を 'virbr0'ブリッジに接続できませんでした:そのデバイスはありません」

''veth87VSIJ'を 'virbr0'ブリッジに接続できませんでした:そのデバイスはありません」

私は仮想マシンでFedora 20を使用しており、コンテナの使い方を学びようとしています。コンテナを作成しましたが起動できません。端子出力は次のとおりです。

[root@localhost home]# lxc-start -n test
lxc-start: conf.c: instantiate_veth: 2978 failed to attach 'veth87VSIJ' to the bridge 'virbr0': No such device
lxc-start: conf.c: lxc_create_network: 3261 failed to create netdev
lxc-start: start.c: lxc_spawn: 826 failed to create the network
lxc-start: start.c: __lxc_start: 1080 failed to spawn 'test'
lxc-start: lxc_start.c: main: 342 The container failed to start.
lxc-start: lxc_start.c: main: 346 Additional information can be obtained by setting the --logfile and --logpriority options.
[root@localhost home]# 

ベストアンサー1

libvirtdがインストールされ実行されていることを確認してください(libvirtパッケージを介して)。たとえば、

$ yum install -y libvirt
$ systemctl start libvirtd
$ brctl show
bridge name bridge id       STP enabled interfaces
virbr0      8000.fea2866efadb   yes     veth7ATCJK

おすすめ記事