Yes, /var/lib/lxc is a symlink to /data/virt/lxc.

I've now dist-upgraded a VirtualBox host and one LXC Guest on that host
to "raring". Now I cannot reproduce this anymore, not with a "precise"
guest and not with a "raring" guest. The old "precise" (lsb_release -sd
=>Ubuntu 12.04.1 LTS)  system still has this problem.

=>  dpkg -l lxc libvirt0 ifenslave-2.6
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name                        Version            Architecture       
Description
+++-===========================-==================-==================-===========================================================
ii  ifenslave-2.6               1.1.0-20ubuntu3    amd64              Attach 
and detach slave interfaces to a bonding device
ii  libvirt0                    1.0.2-0ubuntu4     amd64              library 
for interfacing with different virtualization syste
ii  lxc                         0.8.0~rc1-4ubuntu5 amd64              Linux 
Containers userspace tools


=>  lsb_release -dr
Description:  Ubuntu Raring Ringtail (development branch)
Release: 13.04

=>  /etc/network/interfaces

# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
iface bond0 inet manual
    bond-slaves none
    post-up ifenslave bond0 eth2 eth0
    pre-down ifenslave -d bond0 eth0 eth2

auto eth0
iface eth0 inet manual
        bond-master bond0

auto eth1
iface eth1 inet manual

auto eth2
iface eth2 inet manual
        bond-master bond0

auto intbr0
iface intbr0 inet dhcp
    bridge_ports  bond0
    pre-up ifup bond0
    post-down ifdown bond0
    post-up ip addr add 192.168.122.1/24 dev intbr0
    post-up route add -net 192.168.122.0/24 intbr0

auto extbr0
iface extbr0 inet manual
    bridge_ports eth1
    address 192.168.123.1
    netmask 255.255.255.0

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1121917

Title:
  guest removes interface from host bonding interface when
  "infenslave-2.6" is installed in the guest

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1121917/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to