[Bug 880020] Re: oneiric container install problem #1: resolvconf

2011-10-24 Thread xlyz
commands:

sudo rm -fr /var/cache/lxc/oneiric
sudo lxc-create -t ubuntu -n test -f /etc/lxc/local.conf -- -r oneiric -a i386

errors during creation are shown only when container cache is
bootstrapped (but the problem is still there also when the cache is just
copied)

in the host:

cat /etc/network/interfaces

# The loopback network interface
auto lo
iface lo inet loopback

auto br0
iface br0 inet dhcp
bridge_ports eth0

cat /etc/lxc/local.conf

lxc.network.type=veth
lxc.network.link=br0
lxc.network.flags=up
lxc.arch=i686

resolvconf is not insatalled in the host either (as per default) as
currently does not behave as expected

in the container:

cat /etc/network/interfaces

auto lo
iface lo inet loopback

auto eth0
iface eth0 inet dhcp

if I remove resolvconf from oneiric extra packages in
/usr/lib/lxc/templates/lxc-ubuntu everything works properly.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to lxc in Ubuntu.
https://bugs.launchpad.net/bugs/880020

Title:
  oneiric container install problem #1: resolvconf

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 880020] Re: oneiric container install problem #1: resolvconf

2011-10-24 Thread Serge Hallyn
** Changed in: lxc (Ubuntu)
   Status: Incomplete = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to lxc in Ubuntu.
https://bugs.launchpad.net/bugs/880020

Title:
  oneiric container install problem #1: resolvconf

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 880020] Re: oneiric container install problem #1: resolvconf

2011-10-24 Thread Serge Hallyn
Actually it seems that inetutils-ping is the problem.

   packages=inetutils-ping
   debootstrap --verbose --components=main,universe --include=$packages oneiric 
o

has the problem, but

   packages=resolvconf
  debootstrap --verbose --components=main,universe --include=$packages oneiric o

does not.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to lxc in Ubuntu.
https://bugs.launchpad.net/bugs/880020

Title:
  oneiric container install problem #1: resolvconf

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 880020] Re: oneiric container install problem #1: resolvconf

2011-10-23 Thread Serge Hallyn
Thanks for taking the time to report this bug.

Unfortunately I can't reproduce it.  Can you show exactly what command
you used to create the container, the contents of the configuration file
passed (i.e. -f lxc.conf), and how your network is set up?

** Changed in: lxc (Ubuntu)
   Importance: Undecided = Medium

** Changed in: lxc (Ubuntu)
   Status: New = Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to lxc in Ubuntu.
https://bugs.launchpad.net/bugs/880020

Title:
  oneiric container install problem #1: resolvconf

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs