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

Bug#526978: marked as done (debootstrap exit 1 in amd64 arch only for no reason)



Your message dated Fri, 15 May 2015 06:37:53 +0200
with message-id <20150515043753.GA21699@mraw.org>
and subject line Re: Bug#526978: debootstrap exit 1 in amd64 arch only for no reason
has caused the Debian Bug report #526978,
regarding debootstrap exit 1 in amd64 arch only for no reason
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
526978: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=526978
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: debootstrap
Version: 0.3.3.2etch1
Severity: grave
Justification: renders package unusable

execution in 64-bit:

[root@kayak /root]# LC_ALL=C debootstrap --verbose --exclude=dhcp-client,info etch /data/fai/nfsroot/QC/amd64/live/filesystem.dir http://etch.apt.mydomain/debian/base/amd64
I: Validating Packages
I: Resolving dependencies of required packages...
I: Resolving dependencies of base packages...
I: Checking component main on http://etch.apt.wul.qc.ec.gc.ca/debian/base/amd64...
I: Validating adduser
I: Validating apt
I: Validating apt-utils
I: Validating aptitude
I: Validating base-files
.....
I: Configuring klogd...
I: Configuring tasksel-data...
I: Configuring sysklogd...
I: Configuring tasksel...
I: Base system installed successfully.
[root@kayak /root]# echo $?
1

The execution ends with an error message of "1" although it states "I:
Base system installed successfully."

---------------

Now here is the same execution on 32-bit:

LC_ALL=C call_verbose debootstrap --exclude=dhcp-client,info etch /data/fai/nfsroot/QC/i386/live/filesystem.dir http://etch.apt.mydomain/debian/base/i386

The execution:
[root@turbulence:~]# debootstrap --verbose --exclude=dhcp-client,info etch /data/fai/nfsroot/QC/i386/live/filesystem.dir http://etch.apt.mydomain/debian/base/i386
I: Validating Packages
I: Resolving dependencies of required packages...
I: Resolving dependencies of base packages...
I: Checking component main on http://etch.apt.wul.qc.ec.gc.ca/debian/base/i386...
I: Retrieving adduser
I: Validating adduser
I: Retrieving apt
I: Validating apt
I: Retrieving apt-utils
I: Validating apt-utils
I: Retrieving aptitude
I: Validating aptitude
I: Retrieving base-files
I: Validating base-files
....
I: Configuring klogd...
I: Configuring tasksel-data...
I: Configuring sysklogd...
I: Configuring tasksel...
I: Base system installed successfully.
[root@turbulence:~]# echo $?
0

This time everything is running smoothly ... 


-- System Information:
Debian Release: 4.0
  APT prefers oldstable
  APT policy: (500, 'oldstable'), (500, 'stable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.24-etchnhalf.1-amd64
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages debootstrap depends on:
ii  binutils                      2.17-3     The GNU assembler, linker and bina
ii  wget                          1.10.2-2   retrieves files from the web

debootstrap recommends no packages.

-- no debconf information



--- End Message ---
--- Begin Message ---
Hi,

Fortier,Vincent [Montreal] <Vincent.Fortier1@EC.GC.CA> (2009-05-05):
> > -----Message d'origine-----
> > De : otavio.salvador@gmail.com 
> > [mailto:otavio.salvador@gmail.com] De la part de Otavio Salvador
> > Envoyé : 5 mai 2009 11:15
> > À : Fortier,Vincent [Montreal]; 526978@bugs.debian.org
> > Cc : Christian Perrier; Michael Tautschnig; Thomas Lange
> > Objet : Re: Bug#526978: debootstrap exit 1 in amd64 arch only 
> > for no reason
> > 
> > Hello,
> > 
> > On Tue, May 5, 2009 at 8:50 AM, Fortier,Vincent [Montreal] 
> > <Vincent.Fortier1@ec.gc.ca> wrote:
> > >> Have you tried reproducing this with lenny's debootstrap?
> > >
> > > I did but not directly until this morning... Looks like 
> > this problem really got fixed for Lenny... Here is the output:
> > 
> > An easy way to check why this happens is to generate the sh 
> > -x log from both runs and compare them. That could help us to 
> > properly sort this out fastly.
> 
> Sure but I'd need to know where to add a set -x ??  Debootstrap calls subscripts and subroutines using:  exec 4>&3
> 
> I still did'nt found the way to capture an appropriate output by adding a set -x in the code, a call via sh -x /usr/sbin/debootstrap or removing exec x>&y
> 
> I am now trying to figure which script is displaying the message "I: Base system installed successfully." so I can add-up a set -x in it...
> 
> Help would be appreciated...
> 
> - vin

It doesn't seem we've had much feedback on this topic… I don't think
debootstrap is utterly broken or we would know about it, so I'm closing
this bug report for the time being. One way to approach debugging such
issues would be wrapping the whole debootstrap call inside strace.

Mraw,
KiBi.

Attachment: signature.asc
Description: Digital signature


--- End Message ---

Reply to: