[SOLVED] LXC can't start

Bluetiger

Member
Nov 2, 2016
32
0
6
28
Wenn ich einen Container starten möchte, dann erhalte ich diesen Fehler:

HTML:
()
lxc-start: tools/lxc_start.c: main: 344 The container failed to start.
lxc-start: tools/lxc_start.c: main: 346 To get more details, run the container in foreground mode.
lxc-start: tools/lxc_start.c: main: 348 Additional information can be obtained by setting the --logfile and --logpriority options.
TASK ERROR: command 'lxc-start -n 100' failed: exit code 1

Kann mich da jemand unterstützen?

Danke!:)
 
Ahh:

HTML:
root@ns302126:/# lxc-start -n 100 -F                                                         ovs-vsctl: no bridge named eth1                                                                                             can't add ovs port 'veth100i0'                                                                                             lxc-start: conf.c: run_buffer: 347 Script exited with status 2                                                                                             lxc-start: conf.c: lxc_create_network: 2895 failed to create netdev                                                                                             lxc-start: start.c: lxc_spawn: 1081 failed to create the network                                                                                             lxc-start: start.c: __lxc_start: 1354 failed to spawn '100'                                                                                             lxc-start: tools/lxc_start.c: main: 344 The container failed to start.                                                                                  lxc-start: tools/lxc_start.c: main: 348 Additional information can be obtained by setting the --logfile and --logpriority options.                                                        root@ns302126:/#
 
So ist es besser:

root@ns302126:/# lxc-start -n 100 -F ovs-vsctl: no bridge named eth1 can't add ovs port 'veth100i0' lxc-start: conf.c: run_buffer: 347 Script exited with status 2 lxc-start: conf.c: lxc_create_network: 2895 failed to create netdev lxc-start: start.c: lxc_spawn: 1081 failed to create the network lxc-start: start.c: __lxc_start: 1354 failed to spawn '100' lxc-start: tools/lxc_start.c: main: 344 The container failed to start. lxc-start: tools/lxc_start.c: main: 348 Additional information can be obtained by setting the --logfile and --logpriority options. root@ns302126:/#

Meine Netzwerkkonf sieht so aus:

https://gyazo.com/32c328a2d1afd889ecab53b2aa78502b

Auf welcher Bridge soll ich die Server den erstellen lassen? VM's auf eth0 gehen z.B.
 
Sorry, aber 'eth0' ist sicher keine bridge, auch 'eth1' nicht! Das sind ethernet devices. Ihre bridge heißt 'vmbr0' oder 'vmbr1'.