Hi Debian-testing members,
(I'm not subscribed to the list, so please CC me. Thanks)
I have encountered some problems while debootstrapping a Debian-testing installation into a chroot environment. First I debootstrapped first retrieving the files from (1) and then once again from (2), but with the
same results. I did a check using lintian to learn more about the possibly "faulty" package. On the other hand, I could not retrieve any more files after the first debootstrap base package retrieval session. Is it worth filing a bug report?
My system: debian-oldstable 32 bits (7.9.) on a 64 bit kernel (4.2.6). debootstrap version 1.0.48+deb7u4
(1)# debootstrap --arch amd64 stretch /mnt/chroot/stretch_64 http://ftp.fr.debian.org/debian/
(2)# debootstrap --arch amd64 stretch /mnt/chroot/stretch_64 http://ftp.de.debian.org/debian/
(Shell output)
(...)
W: Failure while installing base packages. This will be re-attempted up
to five times.
W: See /mnt/chroot/stretch_64/debootstrap/debootstrap.log for details (possibly the package archive is at fault)
W: Failure while installing base packages. This will be re-attempted up
to five times.
W: See /mnt/chroot/stretch_64/debootstrap/debootstrap.log for details (possibly the package archive is at fault)
W: Failure while installing base packages. This will be re-attempted up
to five times.
W: See /mnt/chroot/stretch_64/debootstrap/debootstrap.log for details (possibly the package archive is at fault)
W: Failure while installing base packages. This will be re-attempted up
to five times.
W: See /mnt/chroot/stretch_64/debootstrap/debootstrap.log for details (possibly the package archive is at fault)
W: Failure while installing base packages. This will be re-attempted up
to five times.
W: See /mnt/chroot/stretch_64/debootstrap/debootstrap.log for details (possibly the package archive is at fault)
debootstrap.log
Errors were encountered while processing: /var/cache/apt/archives/ifupdown_0.8.6_amd64.deb (5 times)
Debootstrap error message --> checking with lintian
# lintian --check --verbose --show-overrides /mnt/chroot/stretch_64/var/cache/apt/archives/ifupdown_0.8.6_amd64.deb
N: Using profile debian/main.
N: Setting up lab in /tmp/temp-lintian-lab-8osJjdfKfW ...
N: ----
N: Processing binary package ifupdown (version 0.8.6, arch amd64) ...
O: ifupdown: init.d-script-possible-missing-stop etc/init.d/networking 1 ----------------------------------------------
after accessing chroot environment for retrieving additional files (here: ssh)
E: Failed to fetch http://debootstrap.invalid/pool/main/x/xauth/xauth_1.0.9-1_amd64.deb
Could not resolve 'debootstrap.invalid'
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
CHROOT-me@mymachine:/# apt-get install --fix-missing
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
I have the entire debootstrap log, if it is necessary. Here I just
extracted the most important information.
What can I do to install more packages? Should I file a bug report?
On 1/12/16, sbeck@secure.mailbox.org <sbeck@secure.mailbox.org> wrote:
Hi Debian-testing members,
(I'm not subscribed to the list, so please CC me. Thanks)
I have encountered some problems while debootstrapping a Debian-testing
installation into a chroot environment. First I debootstrapped first
retrieving the files from (1) and then once again from (2), but with the
same results. I did a check using lintian to learn more about the possibly >> "faulty" package. On the other hand, I could not retrieve any more files
after the first debootstrap base package retrieval session. Is it worth
filing a bug report?
My system: debian-oldstable 32 bits (7.9.) on a 64 bit kernel (4.2.6).
debootstrap version 1.0.48+deb7u4
[...]
Cindy :)
Niels Thykier <niels@thykier.net> hat am 12. Januar 2016 um 23:18 geschrieben:
Cindy-Sue Causey:
On 1/12/16, sbeck@secure.mailbox.org <sbeck@secure.mailbox.org> wrote:
Hi Debian-testing members,
(I'm not subscribed to the list, so please CC me. Thanks)
I have encountered some problems while debootstrapping a
Debian-testing
installation into a chroot environment. First I debootstrapped first
retrieving the files from (1) and then once again from (2), but with
the
same results. I did a check using lintian to learn more about the
possibly
"faulty" package. On the other hand, I could not retrieve any more
files
after the first debootstrap base package retrieval session. Is it
worth
filing a bug report?
My system: debian-oldstable 32 bits (7.9.) on a 64 bit kernel
(4.2.6).
debootstrap version 1.0.48+deb7u4
[...]
Cindy :)
Hi,
This is a known and temporary issue.
The problem is that ifupdown is (temporarily) uninstallable with udev
(but is installable on its own). It will disappear when the new version
of udev migrates[1].
Thanks,
~Niels
[1] https://tracker.debian.org/pkg/systemd
Niels Thykier <niels@thykier.net> hat am 13. Januar 2016 um 08:07 geschrieben:
sbeck@secure.mailbox.org:
Hi Niels,
[...]that's where it was at. Thanks. I forgot to search the BTS :-( Now, I
have
read it.
Does that imply that there is currently no way of installing more than
the
base packages when debootstrapping debian-testing? (...)
Indeed, I suspect that testing is unbootstrapable atm. (but it will be
again in a few days). There are a couple of work arounds that may (or
may not) be suitable for you:
* bootstrap from snapshot.debian.org
- Pick a time+date before ifupdown migrated to testing (see [1])
* bootstrap from stable and upgrade from there
* bootstrap unstable
Niels Thykier <niels@thykier.net> hat am 13. Januar 2016 um 08:07 geschrieben:
sbeck@secure.mailbox.org:
Hi Niels,
Hi,
Indeed, I suspect that testing is unbootstrapable atm. (but it will be
again in a few days). There are a couple of work arounds that may (or
may not) be suitable for you:
* bootstrap from snapshot.debian.org
- Pick a time+date before ifupdown migrated to testing (see [1])
* bootstrap from stable and upgrade from there
* bootstrap unstable
Thanks,
~Niels
[1] https://tracker.debian.org/pkg/ifupdown
Hi Niels,
[...]that's where it was at. Thanks. I forgot to search the BTS :-( Now, I have read it.
Does that imply that there is currently no way of installing more than the base packages when debootstrapping debian-testing? After the
debootstrapping (of the base packages) it's apt-get that installs the
other packages selected by the user. But it failed (in my example,
installing ssh) outputting "invalid dist" messages/URLs (see my previous mail).
Well, let me check the BTS first! :-)
Cheers,
Stephan
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 379 |
Nodes: | 16 (2 / 14) |
Uptime: | 39:47:47 |
Calls: | 8,141 |
Calls today: | 4 |
Files: | 13,085 |
Messages: | 5,857,613 |