This bug was fixed in the package debootstrap - 1.0.29ubuntu1
---
debootstrap (1.0.29ubuntu1) natty; urgency=low
* Cherry-pick from trunk:
- Resolve dependencies from all requested components (LP: #740167).
-- Colin WatsonWed, 13 Apr 2011 18:48:24 +0100
** Changed in: debo
Perfect, thanks.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/740167
Title:
LXC natty guest failing to configure properly
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ub
Actually, I went ahead and tested on natty. All dependencies were
installed.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/740167
Title:
LXC natty guest failing to configure properly
--
ubuntu-bu
Thanks, the fix looks sensible to me. I'll test as soon as it hits
natty.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/740167
Title:
LXC natty guest failing to configure properly
--
ubuntu-bugs
This is in the queue for after beta-2.
** Changed in: debootstrap (Ubuntu)
Status: In Progress => Fix Committed
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/740167
Title:
LXC natty guest fa
I've fixed this upstream, and I'll backport it:
http://git.debian.org/?p=d-i/debootstrap.git;a=commitdiff;h=8ca6fafd9030acfc060bb9f6f83b96cb56b4a9fe;hp=92cf330c441260fa28f6277dc63823f6416e2115
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to U
In fact, there's a to-do comment for this very thing:
# XXX: I can't think how to deal well with dependency resolution and
# lots of Packages files. -- aj 2005/06/12
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
The problem is actually that it's running pkgdetails_perl GETDEPS only
on the Packages file for main, but inetutils-ping is in universe so it
fails to notice its dependencies.
** Changed in: debootstrap (Ubuntu)
Assignee: Serge Hallyn (serge-hallyn) => Colin Watson (cjwatson)
--
You receive
I'm still working on reproducing this, but I'm not sure I agree with
your analysis of what pkgdetails is doing. The relevant bit of code is:
$in = 1 if (/^Package: (.*)$/ && grep {$_ eq $1} @ARGV);
and that condition is true if the text after "Package: " is equal to any
element of @ARGV.
We have exactly the same version of debootstrap as Debian.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/740167
Title:
LXC natty guest failing to configure properly
--
ubuntu-bugs mailing list
ubu
Ok, basically resolve_deps() is broken. It gets called once with the
$additional (--include=) package list. It calls 'PKGS=$PKGDETAILS
GETDEPS $PKGS", in a loop while $PKGS is not empty. But pkgdetails only
looks at the first package on the list at a time.
So after the first call to pkgdetails,
Guess it's actually a dup of bug 86536.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/740167
Title:
LXC natty guest failing to configure properly
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubun
No bug in debootstrap. Rather, netbase's priority has changed from
'required' to 'important'. That makes the difference between minbase
pulling it in.
I don't know if this should be deemed a bug in netbase or not.
** Also affects: netbase (Ubuntu)
Importance: Undecided
Status: New
**
Note - this is fixed in natty for lxc. That is a workaround for what I
believe is a real bug in debootstrap.
I don't know why the debootstrap bug is marked 'incomplete'. I'm going
to mark it 'confirmed'. Please reset if I'm wrong on that, and, if you
do, re-ask for whatever info you wanted.
*
This is fixed in natty.
** Changed in: lxc
Status: New => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/740167
Title:
LXC natty guest failing to configure properly
--
ubuntu-b
This is fixed in natty.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/740167
Title:
LXC natty guest failing to configure properly
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://l
** Branch linked: lp:ubuntu/lxc
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/740167
Title:
LXC natty guest failing to configure properly
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
h
** Tags added: server-nrs
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/740167
Title:
LXC natty guest failing to configure properly
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https:/
** Branch linked: lp:~serge-hallyn/ubuntu/natty/lxc/lxc-fix-3bugs
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/740167
Title:
LXC natty guest failing to configure properly
--
ubuntu-bugs mailing l
** Also affects: lxc
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/740167
Title:
LXC natty guest failing to configure properly
--
ubuntu-bugs mailing li
Ah, and booted into the container,
dpkg -l | grep netbase
returns nothing.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/740167
Title:
LXC natty guest failing to configure properly
--
ubuntu-bug
Interesting, I'm now getting
W: Failure while configuring base packages. This will be re-attempted up to
five times.
W: Failure while configuring base packages. This will be re-attempted up to
five times.
W: Failure while configuring base packages. This will be re-attempted up to
five times.
It is my understanding that any 'Depends:' for --include=alpha,beta
packages should be automatically resolved by debootstrap UNLESS --no-
resolve-deps is given. So I think what Ahmed has here is a bug in
debootstrap.
If I'm off base with that, please feel free to reassign the bug to
package 'lxc'
Not sure why you're not able to reproduce it .. I'm hitting this every time ..
Here's a full log
http://paste.ubuntu.com/585503/
my host OS is Natty x64 updated to latest
Once I sudo chroot inside, apt-get -f install .. wants to install
netbase
--
You received this bug notification because you
Is this actually a bug in debootstrap, as it seems to be not installing
dependencies?
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/740167
Title:
LXC natty guest failing to configure properly
--
u
Guess the question doesn't quite make sense. But I'm still not seeing
that issue anywhere. Weird.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/740167
Title:
LXC natty guest failing to configure p
So what sort of system is this? Is it some flavour which doesn't
include netbase by default?
** Changed in: lxc (Ubuntu)
Status: New => Incomplete
** Changed in: lxc (Ubuntu)
Importance: Undecided => High
--
You received this bug notification because you are a member of Ubuntu
Bugs,
I debootstrapped a fresh natty (outside of lxc) and got the same
behaviour. Command used:
sudo debootstrap --verbose --variant=minbase --components=main,universe
--arch=amd64 --include=$packages natty deboot/
$packages is the same from lxc script
--
You received this bug notification because y
When exactly do you see this? I'm not getting that error...
Though maybe my caches are not new enough. Recaching.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/740167
Title:
LXC natty guest faili
** Branch linked: lp:~kim0/lxc/bug-740167
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/740167
Title:
LXC natty guest failing to configure properly
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ub
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/740167
Title:
LXC natty guest failing to configure properly
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/l
31 matches
Mail list logo