G
Gast123
Moin,
ich versuche unter Debian einen LXC Container mit zwei physikalischen NICs einzurichten.
Leider bekomme ich beim Start dessen folgende Fehlerausgabe:
Die Konfiguration sieht so aus:
Google brachte keine befriedigenden Lösungsansätze.
Hat jemand eine Idee, was hier das Problem sein könnte?
MfG
Schard
ich versuche unter Debian einen LXC Container mit zwei physikalischen NICs einzurichten.
Leider bekomme ich beim Start dessen folgende Fehlerausgabe:
Code:
lxc-start: failed to move 'eth6' to the container : Invalid argument
lxc-start: failed to create the configured network
lxc-start: failed to spawn 'click'
lxc-start: Device or resource busy - failed to remove cgroup '/cgroup/click'
Die Konfiguration sieht so aus:
Code:
lxc.utsname=pc71-click
lxc.tty=3
lxc.pts=0
lxc.mount=/root/lxc.d/fstab
#lxc.mount.entry
lxc.rootfs=/root/lxc.d/rootfs.d
lxc.network.type=phys
lxc.network.link=eth6
lxc.network.name=eth0
lxc.network.flags=up
lxc.network.type=phys
lxc.network.link=eth7
lxc.network.name=eth1
lxc.network.flags=up
#lxc.aa_profile
Google brachte keine befriedigenden Lösungsansätze.
Hat jemand eine Idee, was hier das Problem sein könnte?
MfG
Schard