[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#442189: apt: same bug while lh_make builds livecd in a chroot



Package: apt
Version: 0.6.46.4-0.1
Followup-For: Bug #442189


I encounter this same bug during periodic builds of debian live
cd's using lh_make from the live-helper package. It assembles a chroot
of the system to be burned/netbooted and runs apt-get update during
finalization. I am using debian etch as the basis of my chroots.

I have to chroot into the system-build-in-progress in order for strace
to translate the filehandles correctly;

28529 root      24   0  6136  1740  1080 S  0.0  0.0  0:00.02  |   |           |       `- /bin/sh /usr/bin/lh_chroot_sources install
28611 root      15   0  3560  1680  1432 S  0.0  0.0  0:00.00  |   |           |           `- apt-get --yes update
28613 root      19   0  3620  1692  1456 S  0.0  0.0  0:00.01  |   |           |               `- /usr/lib/apt/methods/http
28615 root      22   0  3452  1360  1236 S  0.0  0.0  0:00.00  |   |           |               `- /usr/lib/apt/methods/gpgv
28618 root      15   0  3448  1380  1248 S  0.0  0.0  0:00.01  |   |           |               `- /usr/lib/apt/methods/gzip

example.com:~# chroot /opt/llnw/debian-live/builds/llnw-live-cd-i386/chroot
example.com:/# strace -p28611
Process 28611 attached - interrupt to quit
select(8, [5 6 7], [], NULL, {0, 55000}) = 0 (Timeout)
stat64("/var/lib/apt/lists/partial/example.com_apt-llnw_debian_etch_Packages.decomp",0xff8b5b30) = -1 ENOENT (No such file or directory)
select(8, [5 6 7], [], NULL, {0, 500000}) = 0 (Timeout)
stat64("/var/lib/apt/lists/partial/example.com_apt-llnw_debian_etch_Packages.decomp",0xff8b5b30) = -1 ENOENT (No such file or directory)
select(8, [5 6 7], [], NULL, {0, 500000}) = 0 (Timeout)
stat64("/var/lib/apt/lists/partial/example.com_apt-llnw_debian_etch_Packages.decomp",0xff8b5b30) = -1 ENOENT (No such file or directory)
select(8, [5 6 7], [], NULL, {0, 500000} <unfinished ...>
Process 28611 detached


-- Package-specific info:

-- (no /etc/apt/preferences present) --


-- (/etc/apt/sources.list present, but not submitted) --


-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.21.7-llnw.ops.xenu
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages apt depends on:
ii  debian-archive-keyring 2007.07.31~etch1  GnuPG archive keys of the Debian a
ii  libc6                  2.3.6.ds1-13etch5 GNU C Library: Shared libraries
ii  libgcc1                1:4.1.1-21        GCC support library
ii  libstdc++6             4.1.1-21          The GNU Standard C++ Library v3

apt recommends no packages.

-- no debconf information



Reply to: